This commit is contained in:
laodaming 2023-09-26 14:46:12 +08:00
parent 2747c9ddd9
commit 82fc0f2b80

View File

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