Skip to content

Commit

Permalink
fix: 查询参数不正确
Browse files Browse the repository at this point in the history
  • Loading branch information
godLei6 committed Dec 17, 2024
1 parent 528de36 commit 5632f25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func (l *IndexLogic) Index(req *types.ProductInfoIndexReq) (resp *types.ProductI
SceneMode: req.SceneMode,
Statuses: req.Statuses,
Status: req.Status,
NetType: req.NetType,
SceneModes: req.SceneModes,
ProjectID: req.ProjectID,
AreaID: req.AreaID,
Expand Down

0 comments on commit 5632f25

Please sign in to comment.