fix
This commit is contained in:
parent
eb81faad39
commit
a6f0d49c6e
|
@ -172,7 +172,7 @@ func (l *GetTagProductListLogic) getProductRelationInfo(req getProductRelationIn
|
||||||
IsDel: &pIsDel,
|
IsDel: &pIsDel,
|
||||||
IsShelf: &pIsShelf,
|
IsShelf: &pIsShelf,
|
||||||
Status: &pStatus,
|
Status: &pStatus,
|
||||||
OrderBy: "`sort` ASC",
|
OrderBy: "`sort` ASC", //产品序号升序排序
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logx.Error(err)
|
logx.Error(err)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user