This commit is contained in:
邹宗楠
2024-02-20 17:37:13 +08:00
parent 44fedb22cc
commit 01aedcc1ca
2 changed files with 0 additions and 8 deletions

View File

@@ -789,10 +789,6 @@ 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
}