From ebdacd7123e42c76cd7cb43938574cfeb0706250 Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Mon, 22 Mar 2021 09:11:36 +0800 Subject: [PATCH] 角色菜单配置 --- 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