From 9ec895d7754fdfd4918fab69cc220c0d814c41f7 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Tue, 23 Mar 2021 17:36:23 +0800
Subject: [PATCH] 删除,修改用户更新redis

---
 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