修改问题

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

@@ -328,7 +328,7 @@ public class SsoService {
if (StringUtils.isNotEmpty(personCardNo)) {
sysUser = sysUserService.selectUserByIdCard(personCardNo);
} else {
sysUser = sysUserService.selectSysUserById(userJson.getLong("userId"));
sysUser = sysUserService.selectUserById(userJson.getLong("userId"));
}
if (sysUser == null) {