xuhy
2025-06-17 ead0a2f837503380c26f008338ac9ce026680e47
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserMapper.java
@@ -176,4 +176,6 @@
    void updatePassword(@Param("id") Long id,@Param("s") String s);
    long selectIdByPhone(@Param("phonenumber") String phonenumber);
    List<SysUser> selectUserByTempLateId(@Param("templateId")String templateId);
}