林豪 左 3 lat temu
rodzic
commit
4dfc8f48f7

+ 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();