|
@@ -64,7 +64,7 @@ func (l *NewestBiddingLogic) NewestBidding(in *bxbase.NewestBiddingReq) (*bxbase
|
|
return res
|
|
return res
|
|
}
|
|
}
|
|
//大会员用户
|
|
//大会员用户
|
|
- bigStatus := MC.Int64All((*userMap)["i_vip_status"])
|
|
|
|
|
|
+ bigStatus := MC.Int64All((*userMap)["i_member_status"])
|
|
if bigStatus > 0 {
|
|
if bigStatus > 0 {
|
|
o_msgset := MC.ObjToMap((*userMap)["o_member_jy"])
|
|
o_msgset := MC.ObjToMap((*userMap)["o_member_jy"])
|
|
big_items, ok := (*o_msgset)["a_items"].([]interface{})
|
|
big_items, ok := (*o_msgset)["a_items"].([]interface{})
|