Commit 90029420 by guanzhenshan

日志记录增加每日库存的异常信息

parent ef8fb64c
...@@ -443,7 +443,7 @@ namespace Bailun.DC.SyncSemiStock ...@@ -443,7 +443,7 @@ namespace Bailun.DC.SyncSemiStock
} }
catch (Exception ex) catch (Exception ex)
{ {
Console.WriteLine("保存每日半成品库存异常,10秒后重试!"); Console.WriteLine("保存每日半成品库存异常,10秒后重试!异常信息:"+ex.Message);
System.Threading.Thread.Sleep(10 * 1000); System.Threading.Thread.Sleep(10 * 1000);
SaveDailySemiStock(); SaveDailySemiStock();
......
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