|
@@ -223,11 +223,8 @@ func (this *PowerService) Power(userid string, baseUserId, accountId, entId, pos
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if common.Int64All((*eudata)["i_vip_status"]) > 0 {
|
|
if common.Int64All((*eudata)["i_vip_status"]) > 0 {
|
|
- logx.Info("======================>", o_entniche)
|
|
|
|
oBuyset := common.ObjToMap((*o_entniche)["o_buyset"])
|
|
oBuyset := common.ObjToMap((*o_entniche)["o_buyset"])
|
|
- logx.Info("======================>", oBuyset)
|
|
|
|
areacount := common.Int64All((*oBuyset)["areacount"])
|
|
areacount := common.Int64All((*oBuyset)["areacount"])
|
|
- logx.Info("======================>", oBuyset)
|
|
|
|
buyerclasscount := common.Int64All((*oBuyset)["buyerclasscount"])
|
|
buyerclasscount := common.Int64All((*oBuyset)["buyerclasscount"])
|
|
newcitys, _ := (*oBuyset)["newcitys"].([]interface{})
|
|
newcitys, _ := (*oBuyset)["newcitys"].([]interface{})
|
|
newcitysArr := common.InterfaceArrToint64Arr(newcitys)
|
|
newcitysArr := common.InterfaceArrToint64Arr(newcitys)
|