liujie
2 天以前 283ea8cfd97f225d0451d57bf915e6f3a0f2041b
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);
}