林豪 左 vor 3 Jahren
Ursprung
Commit
4dfc8f48f7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Projects/永冠OPP/WCS.Service/Extensions/DeviceExtension.cs

+ 1 - 1
Projects/永冠OPP/WCS.Service/Extensions/DeviceExtension.cs

@@ -659,7 +659,7 @@ namespace WCS.Service.Extensions
         /// </summary>
         public List<StationDevice> GetPickPoint()
         {
-            return Device.Where(v => v.Is(DF.SRM二级品取货) || v.Is(DF.SRM涂布取货))
+            return Device.Where(v => v.Is(DF.SRM二级品取货) || v.Is(DF.SRM涂布取货) || v.Is(DF.SRMBOPP取货))
                          .Where(v => v.ROUTES.Any(p => p.NEXT.ROUTES.Any(d => d.NEXT == Entity)))
                          .Select(v => v.Create<StationDevice>())
                          .ToList();