From 82fc0f2b80fe2386fa496a8ec59a58567dbc3f4d Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Tue, 26 Sep 2023 14:46:12 +0800 Subject: [PATCH] fix --- .../internal/logic/getproducttemplatetagslogic.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go b/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go index bec41fd9..f51243e6 100644 --- a/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go +++ b/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go @@ -3,6 +3,7 @@ package logic import ( "context" "encoding/json" + "fmt" "fusenapi/model/gmodel" "fusenapi/server/product-template-tag/internal/svc" "fusenapi/server/product-template-tag/internal/types" @@ -130,6 +131,9 @@ func (l *GetProductTemplateTagsLogic) GetProductTemplateTags(req *types.GetProdu } mapResourceMetadata[*v.ResourceUrl] = metadata } + fmt.Println(simpleTemplateTags) + fmt.Println("****************************************") + fmt.Println(productTemplateTags) //排序 for index, templateTagStr := range simpleTemplateTags { for k, v := range productTemplateTags {