PDA出库交接修改

This commit is contained in:
秦鸿展
2026-03-16 19:19:41 +08:00
parent b738a6719c
commit 9ae80406e2
5 changed files with 85 additions and 5 deletions
@@ -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>