|
@@ -2196,7 +2196,7 @@ public class KwoTradeOrderService {
|
|
|
}
|
|
}
|
|
|
//下游新增物流订单
|
|
//下游新增物流订单
|
|
|
AddLogisticOrderParam addLogisticOrderParam = new AddLogisticOrderParam();
|
|
AddLogisticOrderParam addLogisticOrderParam = new AddLogisticOrderParam();
|
|
|
- if (DispatchWayEnums.AUTO_DISPATCH.getCode().equals(kwoTradeOrder.getDispatching())) {
|
|
|
|
|
|
|
+ if (DispatchWayEnums.AUTO_DISPATCH.getCode().equals(kwoTradeOrder.getDispatchWay())) {
|
|
|
// 自动派车物流合同
|
|
// 自动派车物流合同
|
|
|
List<LogisticInfo> collect = contractLogisticsList.stream().map(d -> {
|
|
List<LogisticInfo> collect = contractLogisticsList.stream().map(d -> {
|
|
|
LogisticInfo logisticInfo = new LogisticInfo();
|
|
LogisticInfo logisticInfo = new LogisticInfo();
|