From 53b48763d192bcbad831b400c48cd80b6aca9274 Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Wed, 15 Apr 2026 10:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=A0=86=E6=9D=BF=E4=BB=B6=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E8=A1=A5=E5=85=85=E6=9F=A5=E8=AF=A2=E6=88=90=E5=80=8D?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E5=92=8C=E5=BA=8F=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/plate/PlateMapper.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/plate/PlateMapper.xml b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/plate/PlateMapper.xml index b4e065c19..c63e6b851 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/plate/PlateMapper.xml +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/plate/PlateMapper.xml @@ -1014,6 +1014,8 @@ t.room_id AS roomId, t.body_id AS bodyId, t.heap_split_status AS heapSplitStatus, + t.multi_num AS multiNum, + t.multi_sort AS multiSort, op.id AS plateId, op.plate_no AS plateNo, op.custom_plate_no AS customPlateNo, @@ -1057,7 +1059,9 @@ GROUP_CONCAT(og.name SEPARATOR ',') AS group_names, MIN(oc.name) AS component_names, 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 LEFT JOIN order_group og ON oi.organ_id = og.organ_id