This commit is contained in:
laodaming 2023-10-11 12:16:54 +08:00
parent 5584bfc4da
commit 2f45b83ba3

View File

@ -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)