xuhy
3 天以前 4d1f7143f73456c142fd532248a6327021d04de8
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);
}