This commit is contained in:
邹宗楠
2022-11-03 10:44:07 +08:00
parent ddcf84e652
commit 418cd06536
2 changed files with 12 additions and 5 deletions

View File

@@ -1152,8 +1152,6 @@ func GetStoresSkusNew(ctx *jxcontext.Context, storeIDs, skuIDs []int, upcs []str
if isHighPrice || priceType != 0 {
sql += " , t4.unit_price DESC LIMIT 99"
}
globals.SugarLogger.Debugf("==========slq := %s", sql)
globals.SugarLogger.Debugf("==========sqlParams := %s", utils.Format4Output(sqlParams, false))
var tmpList []*tGetStoresSkusInfo
if err = dao.GetRowsTx(txDB, &tmpList, sql, sqlParams...); err != nil {
dao.Rollback(db, txDB)