无关风月
2025-06-17 f6564b610b382c6c78f0e1cb231c60ea6cf543ef
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);
}