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