提交 be4eb335 authored 作者: 杨启发's avatar 杨启发

运输异常上报

上级 2349245e
......@@ -285,6 +285,7 @@ public class PerformanceProgressServiceImpl implements PerformanceProgressServi
change = true;
//上报履约异常
if (StringUtils.isNotBlank(param.getPerformanceAbnormalReason())) {
FeignOrderVO orderVO = orderFeign.getOrderInfoFeign(item.getOrderNo());
if (orderVO != null && Objects.equals(orderVO.getOrderSource(), SyncPlatformEnum.Source.NEW_OWNER_CLIENT.getCode())) {
OpenCallBackClient openCallBackClient = thirdAppConfig.getOpenCallBackClient(SyncPlatformEnum.Source.NEW_OWNER_CLIENT.getCode().toString());
......@@ -301,6 +302,7 @@ public class PerformanceProgressServiceImpl implements PerformanceProgressServi
}
}
}
}
if(!StringUtils.equals(item.getDispatchFollow(),param.getDispatchFollow())){
PerformanceProgressLog log = performanceProgressLogService.generateLog(item.getOrderNo(),
PerformanceProgressEnum.LogType.DISPATCH_FOLLOW,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论