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 {