This commit is contained in:
邹宗楠
2023-07-12 16:20:54 +08:00
parent d53ae43639
commit 6e1297dcb9
2 changed files with 1 additions and 2 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("sql :============ %s", sql)
globals.SugarLogger.Debugf("sql :============ %s", utils.Format4Output(sqlParams, false))
if err = GetRows(db, &skus, sql, sqlParams...); err != nil {
return nil, err
}