diff --git a/server/product/internal/logic/gettagproductlistlogic.go b/server/product/internal/logic/gettagproductlistlogic.go index ef025139..87d7ea1b 100644 --- a/server/product/internal/logic/gettagproductlistlogic.go +++ b/server/product/internal/logic/gettagproductlistlogic.go @@ -172,7 +172,7 @@ func (l *GetTagProductListLogic) getProductRelationInfo(req getProductRelationIn IsDel: &pIsDel, IsShelf: &pIsShelf, Status: &pStatus, - OrderBy: "`is_recommend` DESC,`sort` ASC", + OrderBy: "`sort` ASC", }) if err != nil { logx.Error(err)