fix
This commit is contained in:
parent
7c065901c4
commit
23b8e3cf3c
|
@ -49,7 +49,6 @@ func (l *GetTagProductListLogic) GetTagProductList(req *types.GetTagProductListR
|
||||||
tStatus := int64(1)
|
tStatus := int64(1)
|
||||||
tReq := gmodel.GetAllTagByParamsReq{
|
tReq := gmodel.GetAllTagByParamsReq{
|
||||||
Status: &tStatus,
|
Status: &tStatus,
|
||||||
OrderBy: "`sort` DESC",
|
|
||||||
WithChild: true, //需要子集
|
WithChild: true, //需要子集
|
||||||
Category: 1, //前台网站用的
|
Category: 1, //前台网站用的
|
||||||
Level: 2, //等级是2的
|
Level: 2, //等级是2的
|
||||||
|
|
Loading…
Reference in New Issue
Block a user