From 9684302ae908392dec41157cce91e33d80b86e02 Mon Sep 17 00:00:00 2001
From: linhw <5331581+linhw11@user.noreply.gitee.com>
Date: Tue, 7 May 2024 19:59:24 +0800
Subject: [PATCH] ~C
---
.../ruoyi-gan/src/main/resources/mapper/app/AppUserMapper.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 a32843b..14ec854 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,7 +142,7 @@ 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
+
and a.is_member = #{isMember}
and a.id != #{appId}
and a.school = #{school}
@@ -157,6 +157,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{item}
+