增加停车策略和充电策略

This commit is contained in:
魏红阳 2025-07-01 13:43:35 +08:00
parent d00b274b49
commit 5d9505ec01

View File

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