xuhy
2025-07-10 accebe3bb63e1ee4a1cfd7cfcaae6407f87e8781
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserMapper.java
@@ -206,4 +206,5 @@
     */
    List<SysUser> selectListByDeptIds(@Param("projectIds")List<String> projectIds);
    Integer selectUserCount(@Param("projectIds")List<String> projectIds, @Param("deptType")Integer deptType);
}