This commit is contained in:
邹宗楠
2022-12-29 11:22:35 +08:00
parent c40195a45f
commit 37cca118e6
2 changed files with 0 additions and 6 deletions

View File

@@ -687,8 +687,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("====slq := %s", sql)
globals.SugarLogger.Debugf("====param := %s", utils.Format4Output(sqlParams, false))
if err = GetRows(db, &skus, sql, sqlParams...); err != nil {
return nil, err
}