From 23b8e3cf3cfb0e6b8cb902deba8f3b477a5c77cd Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Mon, 9 Oct 2023 10:03:15 +0800 Subject: [PATCH] fix --- server/product/internal/logic/gettagproductlistlogic.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/product/internal/logic/gettagproductlistlogic.go b/server/product/internal/logic/gettagproductlistlogic.go index c9acb611..dceffb27 100644 --- a/server/product/internal/logic/gettagproductlistlogic.go +++ b/server/product/internal/logic/gettagproductlistlogic.go @@ -49,7 +49,6 @@ func (l *GetTagProductListLogic) GetTagProductList(req *types.GetTagProductListR tStatus := int64(1) tReq := gmodel.GetAllTagByParamsReq{ Status: &tStatus, - OrderBy: "`sort` DESC", WithChild: true, //需要子集 Category: 1, //前台网站用的 Level: 2, //等级是2的