From 03cbe2894ea82292f7695b95bf6d33a8c3e9114c Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Tue, 26 Sep 2023 14:48:49 +0800 Subject: [PATCH] fix --- .../internal/logic/getproducttemplatetagslogic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go b/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go index f51243e6..8a0f7f87 100644 --- a/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go +++ b/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go @@ -133,7 +133,7 @@ func (l *GetProductTemplateTagsLogic) GetProductTemplateTags(req *types.GetProdu } fmt.Println(simpleTemplateTags) fmt.Println("****************************************") - fmt.Println(productTemplateTags) + fmt.Println(templateTagNameList) //排序 for index, templateTagStr := range simpleTemplateTags { for k, v := range productTemplateTags {