AGV-获取列表分页

This commit is contained in:
2024-05-07 14:48:57 +08:00
parent c821d1af8b
commit 67991de514

View File

@@ -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>