出入库预约单下发添加仓库信息;
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user