From 3b94869cb0fc72d63ed5ee0fbe1ee8fd095ae568 Mon Sep 17 00:00:00 2001 From: linhw <5331581+linhw11@user.noreply.gitee.com> Date: Tue, 7 May 2024 18:11:34 +0800 Subject: [PATCH] ~ --- .../main/resources/mapper/app/AppUserMapper.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppUserMapper.xml b/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppUserMapper.xml index f353bbd..a32843b 100644 --- a/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppUserMapper.xml +++ b/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppUserMapper.xml @@ -142,17 +142,17 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" s.name as "schoolName" from app_user a left join app_school s on s.id = a.school - where a.id = #{id} - and is_member = #{isMember} - and id != #{appId} - and school = #{school} - and company_name like concat('%', #{companyName}, '%') - and a.id not in + where + and a.is_member = #{isMember} + and a.id != #{appId} + and a.school = #{school} + and a.company_name like concat('%', #{companyName}, '%') + and a.id not in #{item} - and a.id in + and a.id in #{item}