rev:木箱库存

This commit is contained in:
2024-07-23 10:04:21 +08:00
parent f38295279e
commit 4309424e3f

View File

@@ -40,6 +40,7 @@
<where>
box.is_packing = '0'
AND attr.lock_type = '1'
AND attr.sect_code = 'BZC01'
<if test="query.material_code != null and query.material_code != ''">
AND box.material_code = #{query.material_code}