fix:空木箱入库bug
This commit is contained in:
@@ -234,12 +234,10 @@
|
|||||||
box.box_high
|
box.box_high
|
||||||
FROM
|
FROM
|
||||||
st_ivt_structattr attr
|
st_ivt_structattr attr
|
||||||
LEFT JOIN bst_ivt_boxinfo box ON box.box_no = attr.storagevehicle_code
|
LEFT JOIN bst_ivt_boxinfo box ON box.box_no = attr.storagevehicle_code AND box.is_packing = '0'
|
||||||
WHERE
|
WHERE
|
||||||
attr.is_used = '1'
|
attr.is_used = '1'
|
||||||
AND attr.is_delete = '0'
|
AND attr.is_delete = '0'
|
||||||
AND attr.lock_type = '1'
|
|
||||||
AND box.is_packing = '0'
|
|
||||||
AND attr.sect_id = 输入.sect_id
|
AND attr.sect_id = 输入.sect_id
|
||||||
|
|
||||||
OPTION 输入.row_in <> ""
|
OPTION 输入.row_in <> ""
|
||||||
|
|||||||
Reference in New Issue
Block a user