增加停车策略和充电策略
This commit is contained in:
parent
d00b274b49
commit
5d9505ec01
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user