1'
This commit is contained in:
@@ -1153,7 +1153,7 @@ func GetStoresSkusNew(ctx *jxcontext.Context, storeIDs, skuIDs []int, upcs []str
|
|||||||
sql += " , t4.unit_price DESC LIMIT 99"
|
sql += " , t4.unit_price DESC LIMIT 99"
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debugf("==========slq := %s", sql)
|
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
|
var tmpList []*tGetStoresSkusInfo
|
||||||
if err = dao.GetRowsTx(txDB, &tmpList, sql, sqlParams...); err != nil {
|
if err = dao.GetRowsTx(txDB, &tmpList, sql, sqlParams...); err != nil {
|
||||||
dao.Rollback(db, txDB)
|
dao.Rollback(db, txDB)
|
||||||
|
|||||||
Reference in New Issue
Block a user