|
|
@@ -80,7 +80,9 @@ func UserInfo(c *gin.Context) { |
|
|
|
e.OutErr(c, e.ERR, err2.Error()) |
|
|
|
return |
|
|
|
} |
|
|
|
tmp["parent_logon_id"] = info.ParentLogonId |
|
|
|
if info != nil { |
|
|
|
tmp["parent_logon_id"] = info.ParentLogonId |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if v.UserIdentity.Identity == enum.UserIdentityForSelfSupportForWorker { |
|
|
|