|
@ -201,7 +201,6 @@ public class IcResiUserExportServiceImpl implements IcResiUserExportService { |
|
|
resultData.add(singleRowData); |
|
|
resultData.add(singleRowData); |
|
|
}); |
|
|
}); |
|
|
excelWriter.write(resultData, writeSheet); |
|
|
excelWriter.write(resultData, writeSheet); |
|
|
break; |
|
|
|
|
|
} while (mapListPage.getResult().size() == searchForm.getPageSize()); |
|
|
} while (mapListPage.getResult().size() == searchForm.getPageSize()); |
|
|
} catch (IOException e) { |
|
|
} catch (IOException e) { |
|
|
log.error("exportIcResiUser exception", e); |
|
|
log.error("exportIcResiUser exception", e); |
|
|