林豪 左 3 months ago
parent
commit
e22ce12e8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      成品库/WCS.WorkEngineering/Systems/GetDeviceSystem.cs

+ 1 - 1
成品库/WCS.WorkEngineering/Systems/GetDeviceSystem.cs

@@ -61,7 +61,7 @@ namespace WCS.WorkEngineering.Systems
                     return deviceInfos;
                 case "PalletizingEquip":
                     List<DeviceInfo1> deviceInfos1 = new List<DeviceInfo1>();
-                    var equlist = new List<string>() { "8090", "8089", "8156", "8092", "8091", "8157", "8096", "8095", "8159", "8098", "8097", "8160", "8307", "8306", "8305" };
+                    var equlist = new List<string>() { "8090", "8089", "8156", "8092", "8091", "8157", "8096", "8095", "8159", "8098", "8097", "8160", "8307", "8306" };
                     var deviceInfo1 = Device.All.Where(v => equlist.Contains(v.Code)).Select(v => new Station(v, this.World)).ToList();
                     foreach (dynamic i in deviceInfo1)
                     {