BUG
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user