浏览代码

fix the bug in UnloadRoutine as the name of vce InnerDoor is fixed.

zhouhr 10 月之前
父节点
当前提交
6748e4b29b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Venus/Venus_RT/Modules/VCE/UnloadRoutine.cs

+ 1 - 1
Venus/Venus_RT/Modules/VCE/UnloadRoutine.cs

@@ -71,7 +71,7 @@ namespace Venus_RT.Modules.VCE
 
         private bool CloseDoor()
         {
-            return _tm.TurnSlitDoor(ModuleName.VCE1, false);
+            return _tm.TurnSlitDoor(Module, false);
         }
 
         private bool CheckDoorIsClose()