8
0

增加停车策略和充电策略

Este cometimento está contido em:
魏红阳
2025-07-01 13:43:35 +08:00
ascendente d00b274b49
cometimento 5d9505ec01

Ver ficheiro

@@ -919,8 +919,9 @@ public class TestLoopbackCommunicationAdapter
orderName , orderName ,
Collections.singletonList(destination) Collections.singletonList(destination)
) )
.withDispensable(true)
.withIntendedVehicleName(currentVehicleName) .withIntendedVehicleName(currentVehicleName)
.withProperty("priority", "100"); // 设置高优先级,确保尽快执行 .withProperty("priority", "10"); // 设置高优先级,确保尽快执行
// 创建并调度订单 // 创建并调度订单
transportOrderService.createTransportOrder(orderTO); transportOrderService.createTransportOrder(orderTO);