WH01243 7 сар өмнө
parent
commit
812943c271

+ 1 - 0
jyBXCore/api/internal/logic/operatorSearchLogic.go

@@ -47,6 +47,7 @@ func (l *OperatorSearchLogic) OperatorSearch(req *types.OperatorSearchReq) (resp
 		PositionId:   req.PositionId,
 		Order:        req.Order,
 		UserId:       req.UserId,
+		Industry:     req.Industry,
 	})
 	data := gconv.Map(gconv.UnsafeBytesToStr(res.Data))
 	return &types.CommonResp{

+ 1 - 0
jyBXCore/rpc/internal/logic/operatorsearchlogic.go

@@ -38,6 +38,7 @@ func (l *OperatorSearchLogic) OperatorSearch(in *bxcore.OperatorSearchReq) (*bxc
 		TopType:      in.TopType,
 		PublishTime:  in.PublishTime,
 		SelectType:   in.SelectType,
+		Industry:     in.Industry,
 		Price:        in.Price,
 		Tagname:      in.Tagname,
 		Tagname1:     in.Tagname1,