xuhy
3 天以前 d72d88f9e19ead4bbc2f69c4f5fbe66b1edbdc31
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserMapper.java
@@ -176,4 +176,10 @@
    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);
    List<SysUser> selectUserListByIds(@Param("userIds")List<Long> userIds);
}