新增禁用用户不被考勤页面检索

This commit is contained in:
2025-12-01 16:54:24 +08:00
parent 5d4c928678
commit 42c9b11992
2 changed files with 9 additions and 0 deletions

View File

@@ -15,4 +15,6 @@ public interface SysUserRoleMapper extends BaseMapperPlus<SysUserRoleMapper, Sys
List<Long> selectUserIdsByRoleId(Long roleId);
List<Long> selectUserIdsByNotRoleId(Long roleId);
List<Long> selectUserIdsByRoleIdAndEnable(Long l);
}