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) {
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user