xuhy
2025-10-15 04316f0c84a0da562f0f526e6e537b372dfd8ad9
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserMapper.java
@@ -180,4 +180,6 @@
    List<SysUser> selectBatchIds(@Param("personIds") List<Integer> personIds);
    void updateUserStatusByUserIds(@Param("userIds")List<Long> userIds, @Param("status")String status);
    List<SysUser> selectUserListByIds(@Param("userIds")List<Long> userIds);
}