From 680467cafe81445bda4cd71d93fb489ca436c5a1 Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Thu, 25 Mar 2021 14:22:08 +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