This commit is contained in:
he
2022-06-21 11:20:06 +08:00
parent bf50cdb1fd
commit 7973899aac
2 changed files with 5 additions and 1 deletions
@@ -174,7 +174,6 @@ namespace IRaCIS.Application.Services
}).ToList();
PageOutput<GetReadModuleDtoOut> pageOutput = new PageOutput<GetReadModuleDtoOut>()
{
PageSize = dto.PageSize,
CurrentPageData = getReadList,
PageIndex = dto.PageIndex,