预约单老系统数据导入;

This commit is contained in:
王奎兴
2026-07-31 17:12:24 +08:00
parent 5fec54ac63
commit b8605c6b43
3 changed files with 17 additions and 26 deletions
@@ -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>