diff --git a/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go b/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go index 8e70d0d9..bec41fd9 100644 --- a/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go +++ b/server/product-template-tag/internal/logic/getproducttemplatetagslogic.go @@ -135,6 +135,7 @@ func (l *GetProductTemplateTagsLogic) GetProductTemplateTags(req *types.GetProdu for k, v := range productTemplateTags { if templateTagStr == *v.TemplateTag { productTemplateTags[k], productTemplateTags[index] = productTemplateTags[index], productTemplateTags[k] + break } } }