| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpAccidentCases empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empAccidentCasesService.count()); |
| | | List<EmpAccidentCases> records = this.empAccidentCasesService.findEmpAccidentcasess(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpAccidentCases.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpBadRecord empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empBadrecordService.count()); |
| | | List<EmpBadRecord> records = this.empBadrecordService.findEmpBadrecords(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpBadRecord.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpBaseInfo empBaseinfo, HttpServletResponse response) throws IOException { |
| | | |
| | | request.setPageSize(this.empBaseInfoService.count()); |
| | | List<EmpBaseInfo> records = this.empBaseInfoService.findZsEmpBaseInfos(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpBaseInfo.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpContractInfo empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empContractinfoService.count()); |
| | | List<EmpContractInfo> records = this.empContractinfoService.findEmpContractinfos(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpContractInfo.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpDimissionAttend empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empDimissionattendService.count()); |
| | | List<EmpDimissionAttend> records = this.empDimissionattendService.findEmpDimissionattends(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpDimissionAttend.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpDimissionLog empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empDimissionlogService.count()); |
| | | List<EmpDimissionLog> records = this.empDimissionlogService.findEmpDimissionLogs(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpDimissionLog.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpInsurance empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empInsuranceService.count()); |
| | | List<EmpInsurance> records = this.empInsuranceService.findEmpInsurances(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpInsurance.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpJobChange empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empJobchangeService.count()); |
| | | List<EmpJobChange> records = this.empJobchangeService.findEmpJobChanges(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpJobChange.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpLaborTrouble empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empLabortroubleService.count()); |
| | | List<EmpLaborTrouble> records = this.empLabortroubleService.findEmpLabortroubles(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpLaborTrouble.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpLeaveInfo empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empLeaveinfoService.count()); |
| | | List<EmpLeaveInfo> records = this.empLeaveinfoService.findEmpLeaveInfos(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpLeaveInfo.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpOccupational empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empOccupationalService.count()); |
| | | List<EmpOccupational> records = this.empOccupationalService.findEmpOccupationals(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpOccupational.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpPhysicalExam empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empPhysicalExamService.count()); |
| | | List<EmpPhysicalExam> records = this.empPhysicalExamService.findEmpPhysicalExams(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpPhysicalExam.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpRemarkInfo empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empRemarkinfoService.count()); |
| | | List<EmpRemarkInfo> records = this.empRemarkinfoService.findEmpRemarkinfos(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpRemarkInfo.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpResign empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empResignService.count()); |
| | | List<EmpResign> records = this.empResignService.findEmpResigns(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpResign.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @RequestMapping(value = "export",method= RequestMethod.POST) |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpUnemployment empBaseinfo, HttpServletResponse response) { |
| | | |
| | | request.setPageSize(this.empUnemploymentService.count()); |
| | | List<EmpUnemployment> records = this.empUnemploymentService.findEmpUnemployments(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpUnemployment.class, response).downXlsx(records, false); |
| | | } |
| | |
| | | @ControllerEndpoint(operation = "导出用户数据", exceptionMessage = "导出Excel失败") |
| | | public void export(QueryRequest request, EmpWorkExperience empBaseinfo, HttpServletResponse response) { |
| | | empBaseinfo.setDelFlag(0); |
| | | request.setPageSize(this.empWorkExperienceService.count()); |
| | | List<EmpWorkExperience> records = this.empWorkExperienceService.findEmpWorkExperiences(request, empBaseinfo).getRecords(); |
| | | ExcelKit.$Export(EmpWorkExperience.class, response).downXlsx(records, false); |
| | | } |