From c86a6bbe757262297ddb95b250a90dc3cc52a388 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Mon, 31 Jul 2023 16:45:48 +0800 Subject: [PATCH] fix --- server/product/internal/logic/gettagproductlistlogic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/product/internal/logic/gettagproductlistlogic.go b/server/product/internal/logic/gettagproductlistlogic.go index 27ce7ba5..7badfd95 100644 --- a/server/product/internal/logic/gettagproductlistlogic.go +++ b/server/product/internal/logic/gettagproductlistlogic.go @@ -220,7 +220,7 @@ func (l *GetTagProductListLogic) dealWithTagMenuData(req dealWithTagMenuDataReq) *req.MinLevel = lenLevel } tagTem := types.TagItem{ - TagProductList: nil, + TagProductList: []interface{}{}, TypeName: *tagInfo.Title, TypeId: tagInfo.Id, Icon: *tagInfo.Icon,