This commit is contained in:
laodaming 2023-10-30 16:19:14 +08:00
parent b4ffd1527a
commit f02cf6fca2

View File

@ -49,9 +49,6 @@ type LogoSelect struct {
} }
func (l *GetProductTemplateTagsLogic) GetProductTemplateTags(req *types.GetProductTemplateTagsReq, userinfo *auth.UserInfo) (resp *basic.Response) { func (l *GetProductTemplateTagsLogic) GetProductTemplateTags(req *types.GetProductTemplateTagsReq, userinfo *auth.UserInfo) (resp *basic.Response) {
if req.Limit <= 0 || req.Limit > 100 {
req.Limit = 5
}
var ( var (
productTemplateTags []gmodel.FsProductTemplateTags productTemplateTags []gmodel.FsProductTemplateTags
err error err error