This commit is contained in:
邹宗楠
2023-03-09 11:04:46 +08:00
parent 324254278b
commit 888bb9053a
3 changed files with 18 additions and 4 deletions

View File

@@ -689,8 +689,6 @@ func GetStoreSkus2(db *DaoDB, vendorID, storeID int, skuIDs []int, mustDirty boo
// }
sql = fmt.Sprintf(sql, fmtParams...)
sql += " ORDER BY t1.price"
globals.SugarLogger.Debugf("=====parma := %s", sql)
globals.SugarLogger.Debugf("=====parma := %s", utils.Format4Output(sqlParams, false))
if err = GetRows(db, &skus, sql, sqlParams...); err != nil {
return nil, err
}