Commit dd13f8ff by 泽锋 李

fix

parent e56e03b5
...@@ -75,8 +75,8 @@ namespace AutoTurnOver.DB ...@@ -75,8 +75,8 @@ namespace AutoTurnOver.DB
using (var t = conn.BeginTransaction()) using (var t = conn.BeginTransaction())
{ {
// 查询当前待出建议的sku // 查询当前待出建议的sku
//var sku_list = conn.Query<dc_auto_first_order_sku>(" select * from dc_auto_first_order_sku where order_time < '2020-01-01' and is_error<=0 ").AsList(); var sku_list = conn.Query<dc_auto_first_order_sku>(" select * from dc_auto_first_order_sku where order_time < '2020-01-01' and is_error<=0 ").AsList();
var sku_list = conn.Query<dc_auto_first_order_sku>(" select * from dc_auto_first_order_sku where order_time < '2020-01-01' ").AsList(); //var sku_list = conn.Query<dc_auto_first_order_sku>(" select * from dc_auto_first_order_sku where order_time < '2020-01-01' ").AsList();
var rule_list = conn.Query<dc_auto_first_order_rule>(" select * from dc_auto_first_order_rule ").AsList(); var rule_list = conn.Query<dc_auto_first_order_rule>(" select * from dc_auto_first_order_rule ").AsList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment