Commit eb978d51 authored by litengwei's avatar litengwei

bug提交

parent f527c6fe
...@@ -372,7 +372,7 @@ public class ExcelServiceImpl { ...@@ -372,7 +372,7 @@ public class ExcelServiceImpl {
} }
Page<SignDto> page = new Page<>(); Page<SignDto> page = new Page<>();
page.setCurrent(1); page.setCurrent(1);
page.setSize(10000); page.setSize(-1);
IPage<SignDto> signDtos = signServiceImpl IPage<SignDto> signDtos = signServiceImpl
.queryForSignPageByMapper(page,dto); .queryForSignPageByMapper(page,dto);
signDtos.getRecords().stream().forEach(e->{ signDtos.getRecords().stream().forEach(e->{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment