|
@@ -84,6 +84,7 @@ func InitJySessionContext(r *ghttp.Request) (jSession *JySession, err error) {
|
|
|
jSession.PositionType = gconv.Int64(data["positionType"])
|
|
|
jSession.MgoUserId = gconv.String(data["mgoUserId"])
|
|
|
jSession.RbUser = gconv.Int64(data["rbUser"])
|
|
|
+ fmt.Println("getway_rbUser1", jSession.RbUser)
|
|
|
jSession.EntRole = gconv.Int64(data["entRole"])
|
|
|
jSession.EntNicheDis = gconv.Int64(data["entNicheDis"])
|
|
|
jSession.EntDeptId = gconv.Int64(data["entDeptId"])
|