|
|
@@ -4171,7 +4171,7 @@ public class KwtWaybillOrderV1Service {
|
|
|
|
|
|
|
|
|
private void noticeTraderOrder(Integer status, KwtWaybillOrderSubtask subtask,KwtLogisticsOrder kwtLogistics) {
|
|
|
- if (!Objects.equals(status,LogisticsOrderV1Enum.COMPLETED.getCode())){
|
|
|
+ if (!Objects.equals(status,CarWaybillV1Enum.COMPLETED.getCode())){
|
|
|
log.info("物流订单状态不是已完成,不通知贸易订单完结");
|
|
|
return;
|
|
|
}
|