@@ -95,7 +95,8 @@ func (l *NewestBiddingLogic) NewestBidding(in *bxbase.NewestBiddingReq) (*bxbase
res.Data.List = result
return res
}
- } else if in.IsSearch == 2 { //定位查询
+ }
+ if in.IsSearch == 2 { //定位查询
query := model.NewestQuery(in.City, "")
result := model.NewestES(query)
res.Data.IsVip = false