修改问题

This commit is contained in:
chenshaohua
2026-05-26 23:40:21 +08:00
parent 634cfbbe1b
commit b9cb591d7f
4 changed files with 1 additions and 17 deletions

View File

@@ -137,11 +137,4 @@ public interface SysUserMapper
*/
SysUser selectUserByIdCard(String idCard);
/**
* 通过用户ID查询用户
*
* @param userId 用户ID
* @return 用户对象信息
*/
public SysUser selectSysUserById(Long userId);
}