rev:找相同规格的空木箱修改
This commit is contained in:
@@ -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 <> ""
|
||||
|
||||
Reference in New Issue
Block a user