From 073a2d20ddc75f15da7754c7e144a7ab3c0ae5b9 Mon Sep 17 00:00:00 2001 From: zby <24947@USER> Date: Sat, 14 Sep 2024 20:05:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Execute/Step/DoSwappingState.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();