wangshan пре 3 година
родитељ
комит
eb24c2d94f
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      jyBXBase/rpc/internal/logic/newestbiddinglogic.go

+ 2 - 1
jyBXBase/rpc/internal/logic/newestbiddinglogic.go

@@ -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