mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 13:42:07 +08:00
分堆板件明细补充查询成倍数量和序号
This commit is contained in:
+5
-1
@@ -1014,6 +1014,8 @@
|
|||||||
t.room_id AS roomId,
|
t.room_id AS roomId,
|
||||||
t.body_id AS bodyId,
|
t.body_id AS bodyId,
|
||||||
t.heap_split_status AS heapSplitStatus,
|
t.heap_split_status AS heapSplitStatus,
|
||||||
|
t.multi_num AS multiNum,
|
||||||
|
t.multi_sort AS multiSort,
|
||||||
op.id AS plateId,
|
op.id AS plateId,
|
||||||
op.plate_no AS plateNo,
|
op.plate_no AS plateNo,
|
||||||
op.custom_plate_no AS customPlateNo,
|
op.custom_plate_no AS customPlateNo,
|
||||||
@@ -1057,7 +1059,9 @@
|
|||||||
GROUP_CONCAT(og.name SEPARATOR ',') AS group_names,
|
GROUP_CONCAT(og.name SEPARATOR ',') AS group_names,
|
||||||
MIN(oc.name) AS component_names,
|
MIN(oc.name) AS component_names,
|
||||||
MIN(ob.room_name) AS room_name,
|
MIN(ob.room_name) AS room_name,
|
||||||
MIN(ob.name) AS body_name
|
MIN(ob.name) AS body_name,
|
||||||
|
MIN(ob.multi_num) AS multi_num,
|
||||||
|
MIN(ob.sort) AS multi_sort
|
||||||
FROM order_item oi
|
FROM order_item oi
|
||||||
LEFT JOIN order_group og
|
LEFT JOIN order_group og
|
||||||
ON oi.organ_id = og.organ_id
|
ON oi.organ_id = og.organ_id
|
||||||
|
|||||||
Reference in New Issue
Block a user