This commit is contained in:
邹宗楠
2025-02-07 15:04:59 +08:00
parent abf96a20a6
commit 681753ee8a
6 changed files with 6 additions and 19 deletions

View File

@@ -699,8 +699,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
}