From 041a89bb5984438f045f40ec619ca0264816b0b0 Mon Sep 17 00:00:00 2001 From: lzx <1234> Date: Fri, 9 Jan 2026 17:46:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(user-dept):=20=E4=BF=AE=E6=94=B9=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=9D=A5=E6=BA=90=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将用户来源筛选条件从 user_source = 2 更新为 user_source = 3 - 更新了查询用户部门关系的SQL条件 - 更新了统计用户部门关系数量的SQL条件 - 修正了相关注释说明 --- .../module/system/dal/mysql/userdept/UserDeptMapper.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zt-module-system/zt-module-system-server/src/main/java/com/zt/plat/module/system/dal/mysql/userdept/UserDeptMapper.java b/zt-module-system/zt-module-system-server/src/main/java/com/zt/plat/module/system/dal/mysql/userdept/UserDeptMapper.java index bf21f41d..2ec5ad18 100644 --- a/zt-module-system/zt-module-system-server/src/main/java/com/zt/plat/module/system/dal/mysql/userdept/UserDeptMapper.java +++ b/zt-module-system/zt-module-system-server/src/main/java/com/zt/plat/module/system/dal/mysql/userdept/UserDeptMapper.java @@ -59,7 +59,7 @@ public interface UserDeptMapper extends BaseMapperX { @Select("") Long countWithUserSource(@Param("tenantId") Long tenantId); -} \ No newline at end of file +}