Commit 25ce5a8f by 泽锋 李

抓取数据时,清理已经删除的数据

parent c7a43f9c
......@@ -143,6 +143,9 @@ namespace AutoTurnOver.DB
}
// 清理已经删除的数据
_connection.Execute(" delete from dc_base_prod_order where is_delete=1 ");
new_task_synchro_log.count = count;
new_task_synchro_log.status = 1;
......
......@@ -22,9 +22,18 @@ namespace AutoTurnOver.Models
public string product_type_desc { get; set; }
public int? forecast_type { get; set; }
public string order_no { get; set; }
public string trackingno { get; set; }
public string transporttype { get; set; }
public string dataid { get; set; }
public string channelname { get; set; }
public string trackingno { get; set; }
public string transfer_no { get; set; }
public string box_id { get; set; }
public DateTime? node_date { get; set; }
public string node_name { get; set; }
public DateTime? expectarrivaltime { get; set; }
public decimal? surplus_node_days { get; set; }
public decimal? node_expectarrivaltime { get; set; }
public string logistics_code { get; set; }
public string logistics_name { get; set; }
}
}
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