Pārlūkot izejas kodu

fix the bug in DE-ReadyForPickStatus

zhouhr 11 mēneši atpakaļ
vecāks
revīzija
7b69f42c04
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Venus/Venus_RT/Devices/JetVenusDEPM.cs

+ 1 - 1
Venus/Venus_RT/Devices/JetVenusDEPM.cs

@@ -876,7 +876,7 @@ namespace Venus_RT.Devices
         }
         public override bool CheckLinerDoorOpen()
         {
-            return _linerDoor.State == CylinderState.Close;
+            return _linerDoor.State == CylinderState.Open;
         }
 
         public override bool CheckLinerDoorClose()