From 47ff9c863e736ff06c39ba44ddfd736c8329a9b7 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 12 三月 2025 19:34:26 +0800
Subject: [PATCH] 完成检验下单接口联调及自测

---
 basic-server/src/main/resources/mapper/ProductMapper.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/basic-server/src/main/resources/mapper/ProductMapper.xml b/basic-server/src/main/resources/mapper/ProductMapper.xml
index 78a1353..4b9c929 100644
--- a/basic-server/src/main/resources/mapper/ProductMapper.xml
+++ b/basic-server/src/main/resources/mapper/ProductMapper.xml
@@ -35,4 +35,10 @@
                 ${ew.customSqlSegment}
             </if>
     </select>
+
+    <select id="getWordQrModel" resultType="java.lang.String">
+        SELECT GROUP_CONCAT(DISTINCT isa.model) model
+        FROM ins_sample isa
+        where isa.ins_order_id = #{orderId}
+    </select>
 </mapper>

--
Gitblit v1.9.3