Commit e39adab4 by 泽锋 李

fix

parent 933b1b68
...@@ -30,7 +30,6 @@ namespace AutoTurnOver.Services ...@@ -30,7 +30,6 @@ namespace AutoTurnOver.Services
// 查询当前待处理的任务 // 查询当前待处理的任务
try try
{ {
item.status = (int)dc_task_download_status.执行中;
item.start_date = DateTime.Now; item.start_date = DateTime.Now;
MyMySqlConnection._connection.Update(item); MyMySqlConnection._connection.Update(item);
switch (item.task_name) switch (item.task_name)
......
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