rev:找相同规格的空木箱修改

This commit is contained in:
2024-07-31 18:22:06 +08:00
parent 9118043048
commit 502260e12d

View File

@@ -234,11 +234,12 @@
box.box_high
FROM
st_ivt_structattr attr
LEFT JOIN bst_ivt_boxinfo box ON box.box_no = attr.storagevehicle_code AND box.is_packing = '0'
LEFT JOIN bst_ivt_boxinfo box ON box.box_no = attr.storagevehicle_code
WHERE
attr.is_used = '1'
AND attr.is_delete = '0'
AND attr.lock_type = '1'
AND box.is_packing = '0'
AND attr.sect_id = 输入.sect_id
OPTION 输入.row_in <> ""