AGV-获取列表分页
This commit is contained in:
@@ -21,6 +21,7 @@ using ZR.Model;
|
|||||||
using ZR.Model.MES.wms;
|
using ZR.Model.MES.wms;
|
||||||
using System.Text.Json;
|
using System.Text.Json;
|
||||||
using Infrastructure;
|
using Infrastructure;
|
||||||
|
using ZR.Repository;
|
||||||
|
|
||||||
namespace ZR.Service.mes.mm
|
namespace ZR.Service.mes.mm
|
||||||
{
|
{
|
||||||
@@ -126,7 +127,7 @@ namespace ZR.Service.mes.mm
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return WorkorderList.Where(it => it.PreviousNumber > 0).ToList();
|
return WorkorderList.Where(it => it.PreviousNumber > 0).Skip(1).Take(1).ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user