|
|
|
@ -1820,7 +1820,7 @@ public class FlowTaskServiceImpl extends FlowServiceFactory implements IFlowTask
|
|
|
|
|
List<OcrTaskchildPicture> result = flowableccMybatisDao.repetitionTaskList();
|
|
|
|
|
List<OcrTaskchildPicture> collect = result.stream().skip((pageNo - 1) * pageSize).limit(pageSize).collect(Collectors.toList());
|
|
|
|
|
page.setRecords(collect);
|
|
|
|
|
page.setTotal(collect.size());
|
|
|
|
|
page.setTotal(result.size());
|
|
|
|
|
return page;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|