From 5632f25af8b1de86eaee98c6c84485a27297bed2 Mon Sep 17 00:00:00 2001 From: godLei6 <603785348@qq.com> Date: Tue, 17 Dec 2024 08:57:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9F=A5=E8=AF=A2=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/apisvr/internal/logic/things/product/info/indexLogic.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/apisvr/internal/logic/things/product/info/indexLogic.go b/service/apisvr/internal/logic/things/product/info/indexLogic.go index 876bf7c9f..50dc222fb 100644 --- a/service/apisvr/internal/logic/things/product/info/indexLogic.go +++ b/service/apisvr/internal/logic/things/product/info/indexLogic.go @@ -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,