预约单老系统数据导入;
This commit is contained in:
+1
-1
@@ -544,7 +544,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
where DEL_FLAG = 1
|
||||
and (
|
||||
WAREHOUSE_TYPE = #{warehouseType}
|
||||
or WAREHOUSE_TYPE_NAME = case when #{warehouseType} = '1' then '干仓' when #{warehouseType} = '2' then '冬仓' else null end
|
||||
or WAREHOUSE_TYPE_NAME = case when #{warehouseType} = '1' then '干仓' when #{warehouseType} = '2' then '冻仓' else null end
|
||||
)
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user