PDA出库交接修改
This commit is contained in:
@@ -124,6 +124,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="pickingOrderNumber != null and pickingOrderNumber != ''">
|
||||
and a.picking_order_number = #{pickingOrderNumber}
|
||||
</if>
|
||||
<if test="operatorsBy != null">
|
||||
and a.operators_by = #{operatorsBy}
|
||||
</if>
|
||||
<if test="createByName != null and createByName != ''">
|
||||
and a.create_by_name like concat('%', #{createByName}, '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user