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

处理结果

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