This commit is contained in:
laodaming 2023-09-26 14:48:49 +08:00
parent 82fc0f2b80
commit 03cbe2894e

View File

@ -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 {