update
This commit is contained in:
@@ -445,6 +445,7 @@ public class SsoService {
|
|||||||
private AppUser saveAppUser(JSONObject userJson, String isCompanyUser) {
|
private AppUser saveAppUser(JSONObject userJson, String isCompanyUser) {
|
||||||
JSONObject info = userJson.containsKey("info") ? userJson.getJSONObject("info") : null;
|
JSONObject info = userJson.containsKey("info") ? userJson.getJSONObject("info") : null;
|
||||||
System.out.println("userId===========" + userJson.getLong("userId"));
|
System.out.println("userId===========" + userJson.getLong("userId"));
|
||||||
|
System.out.println("userJson===========" + JSONObject.toJSONString(userJson));
|
||||||
AppUser appUser = new AppUser();
|
AppUser appUser = new AppUser();
|
||||||
//app角色:0企业,1求职者,2网格员 3内部政府人员 4其他(浪潮用)
|
//app角色:0企业,1求职者,2网格员 3内部政府人员 4其他(浪潮用)
|
||||||
appUser.setIsCompanyUser(isCompanyUser);
|
appUser.setIsCompanyUser(isCompanyUser);
|
||||||
|
|||||||
Reference in New Issue
Block a user