瀏覽代碼

feat:更新

wangshan 3 年之前
父節點
當前提交
505636f288
共有 2 個文件被更改,包括 0 次插入6 次删除
  1. 0 3
      jyBXBuyer/api/internal/logic/searchListLogic.go
  2. 0 3
      jyBXBuyer/api/internal/types/types.go

+ 0 - 3
jyBXBuyer/api/internal/logic/searchListLogic.go

@@ -36,13 +36,10 @@ func (l *SearchListLogic) SearchList(req *types.BuyerListReq) (resp *types.Commo
 	}
 	}
 	res, err0 := l.svcCtx.Buyer.BuyerList(l.ctx, &bxbuyer.BuyerListReq{
 	res, err0 := l.svcCtx.Buyer.BuyerList(l.ctx, &bxbuyer.BuyerListReq{
 		AppId:          req.AppId,
 		AppId:          req.AppId,
-		PageNum:        req.PageNum,
-		PageSize:       req.PageSize,
 		BuyerName:      req.BuyerName,
 		BuyerName:      req.BuyerName,
 		Province:       req.Province,
 		Province:       req.Province,
 		City:           req.City,
 		City:           req.City,
 		BusinessScope:  req.BusinessScope,
 		BusinessScope:  req.BusinessScope,
-		SortRule:       req.SortRule,
 		Industry:       req.Industry,
 		Industry:       req.Industry,
 		BuyerClass:     req.BuyerClass,
 		BuyerClass:     req.BuyerClass,
 		IsCheckFollow:  req.IsCheckFollow,
 		IsCheckFollow:  req.IsCheckFollow,

+ 0 - 3
jyBXBuyer/api/internal/types/types.go

@@ -7,11 +7,8 @@ type BuyerListReq struct {
 	BuyerClass     []string `json:"buyerClass"`     //客户类型(采购单位行业)
 	BuyerClass     []string `json:"buyerClass"`     //客户类型(采购单位行业)
 	Industry       []string `json:"industry"`       //行业分类(信息行业)
 	Industry       []string `json:"industry"`       //行业分类(信息行业)
 	BusinessScope  string   `json:"businessScope"`  //业务范围(关键词 附加词 排除词)
 	BusinessScope  string   `json:"businessScope"`  //业务范围(关键词 附加词 排除词)
-	SortRule       int64    `json:"sortRule"`       //排序规则
 	BuyerName      string   `json:"buyerName"`      //采购单位名称
 	BuyerName      string   `json:"buyerName"`      //采购单位名称
 	AppId          string   `json:"appId"`          //剑鱼10000
 	AppId          string   `json:"appId"`          //剑鱼10000
-	PageNum        int64    `json:"pageNum"`        //当前页码
-	PageSize       int64    `json:"pageSize"`       //每页数据量
 	UserType       string   `path:"userType"`       //用户标签
 	UserType       string   `path:"userType"`       //用户标签
 	IsCheckFollow  bool     `json:"isCheckFollow"`  //是否查询关注信息(商机管理用户)
 	IsCheckFollow  bool     `json:"isCheckFollow"`  //是否查询关注信息(商机管理用户)
 	IsCheckReceive bool     `json:"isCheckReceive"` //是否查询已领取(商机管理用户)
 	IsCheckReceive bool     `json:"isCheckReceive"` //是否查询已领取(商机管理用户)