Commit e4148566 by 泽锋 李

fix

parent 87b71559
......@@ -459,9 +459,10 @@ namespace AutoTurnOver.Services
}
}
catch (Exception)
catch (Exception ex)
{
throw;
Console.WriteLine("采购建议推送异常(手动):"+ex.Message);
Console.WriteLine("采购建议推送异常(手动):" + ex.StackTrace);
}
}
......
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