拣货单号查询修改

This commit is contained in:
秦鸿展
2026-05-28 22:04:29 +08:00
parent f905b77316
commit a4c6dc7d18
4 changed files with 41 additions and 0 deletions
@@ -80,6 +80,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="type != null ">
and a.type = #{type}
</if>
<if test="taskType != null and taskType == 3">
and a.task_number like 'JHZY%'
</if>
<if test="taskType != null and taskType == 4">
and a.task_number like 'FHZY%'
</if>
<if test="warehouseId != null ">
and a.warehouse_id = #{warehouseId}
</if>