This commit is contained in:
邹宗楠
2022-10-31 17:58:43 +08:00
parent 059d83f41e
commit 2de52008ba

View File

@@ -1153,7 +1153,7 @@ func GetStoresSkusNew(ctx *jxcontext.Context, storeIDs, skuIDs []int, upcs []str
sql += " , t4.unit_price DESC LIMIT 99"
}
globals.SugarLogger.Debugf("==========slq := %s", sql)
globals.SugarLogger.Debugf("==========param := %s", utils.Format4Output(params, false))
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)