|
@@ -438,11 +438,17 @@ func (this *SalesCreateOrder) GetSubBuyMsg() {
|
|
delete((*renewList)[i], "_id")
|
|
delete((*renewList)[i], "_id")
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ var buyerclass []string
|
|
|
|
+ if (*o_vipjy)["a_buyerclass"] != nil {
|
|
|
|
+ if a_buyerclass, ok := (*o_vipjy)["a_buyerclass"].([]interface{}); ok {
|
|
|
|
+ buyerclass = qutil.ObjArrToStringArr(a_buyerclass)
|
|
|
|
+ }
|
|
|
|
+ }
|
|
bigPower := jy.GetBigVipUserBaseMsg(this.Session(), *config.Middleground)
|
|
bigPower := jy.GetBigVipUserBaseMsg(this.Session(), *config.Middleground)
|
|
return &entity.FuncResult{true, nil, map[string]interface{}{
|
|
return &entity.FuncResult{true, nil, map[string]interface{}{
|
|
"isTrial": vipStatus == 1,
|
|
"isTrial": vipStatus == 1,
|
|
"area": (*o_vipjy)["o_area"],
|
|
"area": (*o_vipjy)["o_area"],
|
|
- "industry": (*o_vipjy)["a_buyerclass"],
|
|
|
|
|
|
+ "industry": buyerclass,
|
|
"buyset": buyset,
|
|
"buyset": buyset,
|
|
"renewList": renewList,
|
|
"renewList": renewList,
|
|
"infotype": (*o_vipjy)["a_infotype"],
|
|
"infotype": (*o_vipjy)["a_infotype"],
|