소스 검색

feat:最新标讯

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