@@ -51,6 +51,10 @@ func (i *IdentityInfo) Switch(sess *httpsession.Session) bool {
ok = true
}
} else {
+ m["entId"] = i.EntId
+ m["entUserId"] = i.EntUserId
+ m["entName"] = i.Name
+ m["entUserName"] = i.EntUserName
m["userId"] = strconv.FormatInt(i.PositionId, 10)
m["entAccountId"] = i.EntAccountId