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

Merge branch 'v30.2_break_contract_20241021' into test_jdk17

......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论