测试刷新历史结算价

This commit is contained in:
苏尹岚
2020-05-18 10:25:10 +08:00
parent a3565b85a1
commit dc4da12e73
3 changed files with 24 additions and 22 deletions

View File

@@ -413,8 +413,8 @@ func GetEffectiveActStoreSkuInfo(db *DaoDB, actID int, vendorIDs []int, actType
if globals.IsStoreSkuAct {
sql += " AND t1.is_special = 0"
}
// globals.SugarLogger.Debug(sql)
// globals.SugarLogger.Debug(utils.Format4Output(sqlParams, false))
fmt.Println(sql)
fmt.Println(sqlParams)
err = GetRows(db, &actStoreSkuList, sql, sqlParams...)
return actStoreSkuList, err
}