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