拣货单号查询修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user