varsku_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();
varsku_list=conn.Query<dc_auto_first_order_sku>(" select * from dc_auto_first_order_sku where order_time < '2020-01-01' ").AsList();
varrule_list=conn.Query<dc_auto_first_order_rule>(" select * from dc_auto_first_order_rule ").AsList();