PC拣货高级筛选货主查询

This commit is contained in:
秦鸿展
2026-03-19 04:12:40 +08:00
parent 1398cdc550
commit be914d6c22
@@ -41,6 +41,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="pickingOrderId != null ">
and a.picking_order_id = #{pickingOrderId}
</if>
<if test="shipperId != null ">
and a.shipper_id = #{shipperId}
</if>
<if test="organizationId != null ">
and a.organization_id = #{organizationId}
</if>