This commit is contained in:
laodaming 2023-10-11 12:20:38 +08:00
parent eb81faad39
commit a6f0d49c6e

View File

@ -172,7 +172,7 @@ func (l *GetTagProductListLogic) getProductRelationInfo(req getProductRelationIn
IsDel: &pIsDel,
IsShelf: &pIsShelf,
Status: &pStatus,
OrderBy: "`sort` ASC",
OrderBy: "`sort` ASC", //产品序号升序排序
})
if err != nil {
logx.Error(err)