|
|
|
|
@ -93,7 +93,7 @@ public class TaskAuditServiceImpl extends ServiceImpl<TaskAuditMapper, TaskAudit |
|
|
|
|
|
|
|
|
|
// 封装返回结果
|
|
|
|
|
ListResultVO<TaskAudit> listResultVO = new ListResultVO<>(); |
|
|
|
|
// listResultVO.setList(page.getRecords());
|
|
|
|
|
listResultVO.setList(page.getRecords()); |
|
|
|
|
listResultVO.setTotal(page.getTotal()); |
|
|
|
|
listResultVO.setCurrent(page.getCurrent()); |
|
|
|
|
listResultVO.setPageSize(page.getSize()); |
|
|
|
|
|