liujie
2 天以前 9256180bd57599b0fb64e4627aeff7c5d65186ef
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserMapper.java
@@ -176,4 +176,8 @@
    void updatePassword(@Param("id") Long id,@Param("s") String s);
    long selectIdByPhone(@Param("phonenumber") String phonenumber);
    List<SysUser> selectBatchIds(@Param("personIds") List<Integer> personIds);
    void updateUserStatusByUserIds(@Param("userIds")List<Long> userIds, @Param("status")String status);
}