This commit is contained in:
2024-09-10 17:41:41 +08:00
parent ddae9f34d7
commit ea9d330724
5 changed files with 121 additions and 66 deletions

View File

@@ -190,7 +190,7 @@ namespace Tnb.ProductionMgr
mo_status = ee.FullName,
remark = aa.remark,
})
}).ToPagedListAsync(input.currentPage, int.MaxValue);
}).ToPagedListAsync(input.currentPage, input.pageSize);
return PageResult<PrdMoListOuput>.SqlSugarPageResult(result);
}