|
@@ -61,7 +61,8 @@
|
|
d.quality_inspector as qualityInspector,
|
|
d.quality_inspector as qualityInspector,
|
|
w.start_weight as startWeight,
|
|
w.start_weight as startWeight,
|
|
w.address_url as addressUrl,
|
|
w.address_url as addressUrl,
|
|
- w.task_type as taskType
|
|
|
|
|
|
+ w.task_type as taskType,
|
|
|
|
+ w.bin_number as binNumber
|
|
FROM warehouse_in_out_info w
|
|
FROM warehouse_in_out_info w
|
|
left join warehouse_in_out_detail d on w.id=d.info_id
|
|
left join warehouse_in_out_detail d on w.id=d.info_id
|
|
left join warehouse_base_info wbi on wbi.warehouse_name = w.warehouse_name
|
|
left join warehouse_base_info wbi on wbi.warehouse_name = w.warehouse_name
|