出入库预约单下发添加仓库信息;

This commit is contained in:
王奎兴
2026-05-12 15:27:59 +08:00
parent 00745d00b1
commit a2ebe5af25
5 changed files with 79 additions and 54 deletions
@@ -256,6 +256,9 @@
<if test="warehouseName != null and warehouseName != ''">
and a.warehouse_name like concat('%', #{warehouseName}, '%')
</if>
<if test="salesmanId != null ">
and a.salesman_id = #{salesmanId}
</if>
<if test="shipperId != null ">
and a.shipper_id = #{shipperId}
</if>