From 247f19f6c3f17c2ac2f37b55c7d0550731f31ffe Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Thu, 25 Mar 2021 17:24:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 screen-api/src/main/resources/mapper/UserMapper.xml |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/screen-api/src/main/resources/mapper/UserMapper.xml b/screen-api/src/main/resources/mapper/UserMapper.xml
index c0a28ef..b0852eb 100644
--- a/screen-api/src/main/resources/mapper/UserMapper.xml
+++ b/screen-api/src/main/resources/mapper/UserMapper.xml
@@ -47,13 +47,4 @@
 		WHERE u.account = #{account}
     </select>
 
-    <select id="selectUsers" resultType="java.util.Map">
-        SELECT id,account,user_name userName,email,mobile,wechat FROM `user` WHERE
-        <if test="orgId!=null">
-            organization_id = #{orgId}
-        </if>
-        <if test="userId!=null">
-            id = #{userId}
-        </if>
-    </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0