Administrator 3 years ago
parent
commit
d8b863eae0
2 changed files with 1 additions and 1 deletions
  1. BIN
      DLL/PLC.Siemens.dll
  2. 1 1
      Projects/永冠OPP/WCS.Service/Works/RGV/RGVWorks.cs

BIN
DLL/PLC.Siemens.dll


+ 1 - 1
Projects/永冠OPP/WCS.Service/Works/RGV/RGVWorks.cs

@@ -181,7 +181,7 @@ namespace WCS.Service.Works.RGV
                             //    return;
                             //}
                         }
-                        else if (pickStation.Entity.CODE == "G9")
+                        if (pickStation.Entity.CODE == "G9")
                         {
                             //九站台的小车需要额外检测一下11站台是否需要取货
                             var station11 = Device.Find("G11").Create<StationDeviceGroup>();