Commit 6121cc69 by 泽锋 李

记录采购平均值计算,产生的详细日志

parent 9f20a42a
......@@ -189,7 +189,7 @@ namespace AutoTurnOver.Services
}
catch (Exception ex)
{
task_log.ErrorMsg = ex.Message;
task_log.ErrorMsg = ex.Message + "--------" + ex.StackTrace;
}
conn.Update(task_log);
......
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