提交 c1461bb9 authored 作者: 李瑞鑫's avatar 李瑞鑫

日志保存

上级 9553e9c2
......@@ -172,6 +172,9 @@ public class OrderChildExceptionReportServiceImpl implements OrderChildExceptio
report.setDealUser(SyncPlatformEnum.Source.getNameByCode(source));
report.setStatus(CarrierExceptionReportEnum.Status.WITHDRAWN.getCode());
orderChildExceptionReportDao.updateEntityByKey(report);
saveOperationLog(report.getReportNo(),CarrierExceptionLogEnum.Type.TIMEOUT,
ExceptionReportEnum.DealResult.CARRIER_NO_BREAK_CONTRACT.getName(),null,SyncPlatformEnum.Source.getNameByCode(source));
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论