1
This commit is contained in:
@@ -789,6 +789,10 @@ func GetStoreSkuPriceAndWeight(db *DaoDB, vendorStoreID string, vendorID int, ve
|
||||
} else {
|
||||
sqlParams = append(sqlParams, vendorSkuIDs)
|
||||
}
|
||||
if vendorStoreID == "137176599" {
|
||||
globals.SugarLogger.Debugf("=============sqql := %s", sql)
|
||||
globals.SugarLogger.Debugf("=============sqlParams := %s", utils.Format4Output(sqlParams, false))
|
||||
}
|
||||
err = GetRows(db, &l, sql, sqlParams...)
|
||||
return l, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user