Commit 6e8b9dba by 泽锋 李

fix

parent d0c11750
...@@ -32,7 +32,7 @@ namespace ResetOutofstock ...@@ -32,7 +32,7 @@ namespace ResetOutofstock
try try
{ {
Console.WriteLine($"开始 同步调拨 采购临时数据 ,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}"); Console.WriteLine($"开始 同步调拨 采购临时数据 ,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
dc_base_trans_temp_schedule_dao.SynchroTransTempScheduleData(); //dc_base_trans_temp_schedule_dao.SynchroTransTempScheduleData();
dc_base_trans_temp_schedule_dao.SynchroTransTempScheduleData(true); dc_base_trans_temp_schedule_dao.SynchroTransTempScheduleData(true);
Console.WriteLine($"结束 同步调拨 采购临时数据 ,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}"); Console.WriteLine($"结束 同步调拨 采购临时数据 ,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
} }
......
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