This commit is contained in:
chenyanchang
2026-06-16 17:59:37 +08:00
parent 8c435f0f7b
commit e95836561a

View File

@@ -459,6 +459,7 @@ public class SsoService {
private SysUser saveSysUser(JSONObject userJson, Long appUserId) {
JSONObject info = userJson.containsKey("info") ? userJson.getJSONObject("info") : null;
System.out.println("sysuserId==========" + userJson.getLong("userId"));
System.out.println("userJson==========" + JSONObject.toJSONString(userJson));
SysUser sysUser = new SysUser();
sysUser.setAppUserId(appUserId);
sysUser.setUserId(userJson.getLong("userId"));