|
@@ -35,9 +35,8 @@ func (l *InfoService) Myinfo(sid string) []byte {
|
|
//营销版本查询
|
|
//营销版本查询
|
|
accountId := gconv.Int64(info_m["accountId"])
|
|
accountId := gconv.Int64(info_m["accountId"])
|
|
entAccountId := gconv.Int64(info_m["entAccountId"])
|
|
entAccountId := gconv.Int64(info_m["entAccountId"])
|
|
- entId := gconv.Int64(info_m["entId"])
|
|
|
|
entUserId := gconv.Int64(info_m["entUserId"])
|
|
entUserId := gconv.Int64(info_m["entUserId"])
|
|
- res := entity.Middleground.ResourceCenter.Haspowers(accountId, entAccountId, entId, entUserId)
|
|
|
|
|
|
+ res := entity.Middleground.ResourceCenter.Haspowers(accountId, entAccountId, gconv.Int64(info_m["entId"]), entUserId)
|
|
version := "0"
|
|
version := "0"
|
|
for _, pCode := range res.Powers {
|
|
for _, pCode := range res.Powers {
|
|
//0:通用版 1:物业专版
|
|
//0:通用版 1:物业专版
|