|
|
@ -148,11 +148,11 @@ public class SwapMonitorController : ControllerBase
|
|
|
|
return Result<bool>.Fail("不满足确认换电成功条件");
|
|
|
|
return Result<bool>.Fail("不满足确认换电成功条件");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
StationSoftMgr.SwappingStateMachineManual();
|
|
|
|
Task.Run(StationSoftMgr.SwappingStateMachineManual);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
StationSoftMgr.SwappingStateMachineCancel();
|
|
|
|
Task.Run(StationSoftMgr.SwappingStateMachineCancel);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|