diff --git a/Service/Execute/Step/DoSwappingState.cs b/Service/Execute/Step/DoSwappingState.cs index dec613f..7ff1efc 100644 --- a/Service/Execute/Step/DoSwappingState.cs +++ b/Service/Execute/Step/DoSwappingState.cs @@ -151,8 +151,8 @@ public class DoSwappingState : IState { // Task result = TBoxApi.UnLockCarManyTimes(machine.RfidReadModel.VelVin); // bool unLock = result.Result; - if (unLock) - { + //if (unLock) + //{ var startSwapping = PlcApi.StartSwapping(machine.SwapOrderBatteryInfo.InBinInfo.No, machine.SwapOrderBatteryInfo.UpBinInfo.No); @@ -175,7 +175,7 @@ public class DoSwappingState : IState } - } + // } }, () => { //SoundClient = AppInfo.Container.Resolve();