update
This commit is contained in:
@@ -459,6 +459,7 @@ public class SsoService {
|
|||||||
private SysUser saveSysUser(JSONObject userJson, Long appUserId) {
|
private SysUser saveSysUser(JSONObject userJson, Long appUserId) {
|
||||||
JSONObject info = userJson.containsKey("info") ? userJson.getJSONObject("info") : null;
|
JSONObject info = userJson.containsKey("info") ? userJson.getJSONObject("info") : null;
|
||||||
System.out.println("sysuserId==========" + userJson.getLong("userId"));
|
System.out.println("sysuserId==========" + userJson.getLong("userId"));
|
||||||
|
System.out.println("userJson==========" + JSONObject.toJSONString(userJson));
|
||||||
SysUser sysUser = new SysUser();
|
SysUser sysUser = new SysUser();
|
||||||
sysUser.setAppUserId(appUserId);
|
sysUser.setAppUserId(appUserId);
|
||||||
sysUser.setUserId(userJson.getLong("userId"));
|
sysUser.setUserId(userJson.getLong("userId"));
|
||||||
|
|||||||
Reference in New Issue
Block a user