From 014d7a35addafbc63689cda7c20bae61951f7852 Mon Sep 17 00:00:00 2001
From: luo <2855143437@qq.com>
Date: 星期一, 09 十月 2023 18:25:19 +0800
Subject: [PATCH] 10.9

---
 cloud-server-management/src/main/resources/mapper/TStoreMapper.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml b/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml
index e247e9d..5877e09 100644
--- a/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml
+++ b/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml
@@ -127,4 +127,15 @@
     <select id="getConfig1" resultType="com.dsh.guns.modular.system.model.TImgConfig">
         select * from t_img_config
     </select>
+    <select id="getSelect" resultType="com.dsh.guns.modular.system.model.dto.SelectDto">
+
+
+        SELECT op.id , CONCAT(us.name,'-',us.`phone`) as value
+        FROM t_operator op
+            LEFT JOIN sys_user us on op.userId = us.id
+
+
+
+
+    </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.7.1