修改经办端-登录情况,修改用户信息和用户权限

This commit is contained in:
sh
2025-11-17 15:53:46 +08:00
parent 4150c82e89
commit b86c9baadb

View File

@@ -97,7 +97,7 @@ public class OauthLoginService {
if (StringUtils.isNotBlank(localUsername)) { if (StringUtils.isNotBlank(localUsername)) {
try { try {
//更新用户信息 //更新用户信息
//updateUserInfo(portalUser); updateUserInfo(portalUser);
}catch (Exception e){ }catch (Exception e){
e.printStackTrace(); e.printStackTrace();
} }