|
@@ -155,7 +155,7 @@ func GetBigVipUserBaseMsg(session *httpsession.Session, middleground middlegroun
|
|
|
pccUserId = qutil.ObjToString(sessVal["mgoUserId"])
|
|
|
}
|
|
|
log.Println("userId:", pccUserId, "-baseUserId:", baseUserId, "-accountId:", accountId, "-entId:", entId, "-positionType:", positionType, "-positionId:", positionId)
|
|
|
- data := middleground.PowerCheckCenter.Check("10000", userId, baseUserId, accountId, entId, positionType, positionId)
|
|
|
+ data := middleground.PowerCheckCenter.Check("10000", pccUserId, baseUserId, accountId, entId, positionType, positionId)
|
|
|
userPower := BigVipBaseMsg{}
|
|
|
if data != nil {
|
|
|
power := make(map[int]bool)
|