fix
This commit is contained in:
parent
2747c9ddd9
commit
82fc0f2b80
|
@ -3,6 +3,7 @@ package logic
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
"fmt"
|
||||||
"fusenapi/model/gmodel"
|
"fusenapi/model/gmodel"
|
||||||
"fusenapi/server/product-template-tag/internal/svc"
|
"fusenapi/server/product-template-tag/internal/svc"
|
||||||
"fusenapi/server/product-template-tag/internal/types"
|
"fusenapi/server/product-template-tag/internal/types"
|
||||||
|
@ -130,6 +131,9 @@ func (l *GetProductTemplateTagsLogic) GetProductTemplateTags(req *types.GetProdu
|
||||||
}
|
}
|
||||||
mapResourceMetadata[*v.ResourceUrl] = metadata
|
mapResourceMetadata[*v.ResourceUrl] = metadata
|
||||||
}
|
}
|
||||||
|
fmt.Println(simpleTemplateTags)
|
||||||
|
fmt.Println("****************************************")
|
||||||
|
fmt.Println(productTemplateTags)
|
||||||
//排序
|
//排序
|
||||||
for index, templateTagStr := range simpleTemplateTags {
|
for index, templateTagStr := range simpleTemplateTags {
|
||||||
for k, v := range productTemplateTags {
|
for k, v := range productTemplateTags {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user