|
@@ -4276,7 +4276,7 @@ public class KwtWaybillOrderV1Service {
|
|
|
});
|
|
});
|
|
|
} else {
|
|
} else {
|
|
|
//2.原矿运输
|
|
//2.原矿运输
|
|
|
- orderDetailFuture = new CompletableFuture<>();
|
|
|
|
|
|
|
+ orderDetailFuture = CompletableFuture.completedFuture(null);;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
CompletableFuture<List<KwtLogisticsOrderUnit>> unitFuture = CompletableFuture.supplyAsync(() ->
|
|
CompletableFuture<List<KwtLogisticsOrderUnit>> unitFuture = CompletableFuture.supplyAsync(() ->
|
|
@@ -4314,7 +4314,7 @@ public class KwtWaybillOrderV1Service {
|
|
|
});
|
|
});
|
|
|
} else {
|
|
} else {
|
|
|
//2.原矿运输
|
|
//2.原矿运输
|
|
|
- contractFuture = new CompletableFuture<>();
|
|
|
|
|
|
|
+ contractFuture = CompletableFuture.completedFuture(null);;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 等待所有并行查询完成
|
|
// 等待所有并行查询完成
|