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