fix
This commit is contained in:
parent
b4ffd1527a
commit
f02cf6fca2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user