Commit 8c1d9904 by lizefeng

优化数据刷新服务

parent e7425b72
...@@ -1086,6 +1086,7 @@ truncate table dc_auto_purchase_ontheway_temp; ",commandTimeout:0); ...@@ -1086,6 +1086,7 @@ truncate table dc_auto_purchase_ontheway_temp; ",commandTimeout:0);
} }
catch (Exception ex) catch (Exception ex)
{ {
Console.WriteLine(ex.Message);
_connection.Insert<dc_task_error_log>(new dc_task_error_log _connection.Insert<dc_task_error_log>(new dc_task_error_log
{ {
date = DateTime.Now, date = DateTime.Now,
......
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