Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
momo 2023-10-30 16:19:34 +08:00
commit 2af7e4c4d4

View File

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