| | |
| | | |
| | | List<EmpBaseInfo> empBaseInfoList = iEmpBaseInfoService.findEmpBaseInfos(queryRequest, baseInfo).getRecords(); |
| | | for (EmpBaseInfo empBaseInfo: empBaseInfoList){ |
| | | empBaseInfo.setSexName(sex.get(empBaseInfo.getSex())); |
| | | empBaseInfo.setEmpTypeName(empType.get(empBaseInfo.getEmpType())); |
| | | empBaseInfo.setNationName(NATION.get(empBaseInfo.getNation())); |
| | | empBaseInfo.setMarriageName(MARRIAGE.get(empBaseInfo.getMarriage())); |
| | | empBaseInfo.setPoliticsName(PLITICAL.get(empBaseInfo.getPolitics())); |
| | | empBaseInfo.setEducationName(EDUCATION.get(empBaseInfo.getEducation())); |
| | | empBaseInfo.setNativePlaceName(NATIVEPLACE.get(empBaseInfo.getNativePlace())); |
| | | empBaseInfo.setInsuranceTypeName(INSURANCETYPE.get(empBaseInfo.getInsuranceType())); |
| | | empBaseInfo.setHandbookStatusName(handbookStatus.get(empBaseInfo.getHandbookStatus())); |
| | | empBaseInfo.setCertificateListName(certificateList.get(empBaseInfo.getCertificateList())); |
| | | empBaseInfo.setSexName(sex.get(empBaseInfo.getSex()==null?"":empBaseInfo.getSex())); |
| | | empBaseInfo.setEmpTypeName(empType.get(empBaseInfo.getEmpType()==null?"":empBaseInfo.getEmpType())); |
| | | empBaseInfo.setNationName(NATION.get(empBaseInfo.getNation()==null?"":empBaseInfo.getNation())); |
| | | empBaseInfo.setMarriageName(MARRIAGE.get(empBaseInfo.getMarriage()==null?"":empBaseInfo.getMarriage())); |
| | | empBaseInfo.setPoliticsName(PLITICAL.get(empBaseInfo.getPolitics()==null?"":empBaseInfo.getPolitics())); |
| | | empBaseInfo.setEducationName(EDUCATION.get(empBaseInfo.getEducation()==null?"":empBaseInfo.getEducation())); |
| | | empBaseInfo.setNativePlaceName(NATIVEPLACE.get(empBaseInfo.getNativePlace()==null?"":empBaseInfo.getNativePlace())); |
| | | empBaseInfo.setInsuranceTypeName(INSURANCETYPE.get(empBaseInfo.getInsuranceType()==null?"":empBaseInfo.getInsuranceType())); |
| | | empBaseInfo.setHandbookStatusName(handbookStatus.get(empBaseInfo.getHandbookStatus()==null?"":empBaseInfo.getHandbookStatus())); |
| | | empBaseInfo.setCertificateListName(certificateList.get(empBaseInfo.getCertificateList()==null?"":empBaseInfo.getCertificateList())); |
| | | } |
| | | //工作经历 |
| | | String[] workhead = { "开始时间", "结束时间", "工作单位", "主要工作内容"}; |
| | |
| | | |
| | | List<EmpPhysicalExam> records = iEmpPhysicalExamService.findEmpPhysicalExams(queryRequest, empPhysicalExam).getRecords(); |
| | | for (EmpPhysicalExam empPhysicalExam1:records){ |
| | | empPhysicalExam1.setPhysicalExamTypeName(physicalExamType.get(empPhysicalExam1.getPhysicalExamType())); |
| | | empPhysicalExam1.setPhysicalExamTypeName(physicalExamType.get(empPhysicalExam1.getPhysicalExamType()==null?"":empPhysicalExam1.getPhysicalExamType())); |
| | | } |
| | | //合同信息 |
| | | String[] empContractInfo = { "合同签订日期", "合同结束日期", "合同期限(年)", "合同状态", "合同办理人"}; |
| | |
| | | |
| | | List<EmpContractInfo> empContractInfos = iEmpContractInfoService.findEmpContractinfos(queryRequest, empContractInfo1).getRecords(); |
| | | for (EmpContractInfo empCon:empContractInfos){ |
| | | empCon.setContractStatusName(contractstatus.get(empCon.getContractStatus())); |
| | | empCon.setContractStatusName(contractstatus.get(empCon.getContractStatus()==null?"":empCon.getContractStatus())); |
| | | } |
| | | //调岗记录 |
| | | String[] empJobChange = { "现部门", "现岗位", "姓名", "原部门", "原岗位", "调岗日期", "调岗类型"}; |
| | |
| | | |
| | | List<Map<String, Object>> empJobChangeList = iEmpJobChangeService.findEmpJobChanges(queryRequest, empJobChange1).getRecords(); |
| | | for (Map<String, Object> map:empJobChangeList){ |
| | | map.put("changeType",changeType.get(map.get("changeType")).toString()); |
| | | map.put("changeType",changeType.get(map.get("changeType")==null?"":map.get("changeType").toString())); |
| | | } |
| | | //请假记录 |
| | | String[] leaveInfo = { "开始时间", "结束时间", "请假天数", "请假类型", "到岗时间", "报备人", "备注"}; |
| | |
| | | |
| | | List<EmpLeaveInfo> empLeaveInfos = iEmpLeaveInfoService.findEmpLeaveInfos(queryRequest, empLeaveInfo).getRecords(); |
| | | for (EmpLeaveInfo leaveInfo1:empLeaveInfos){ |
| | | leaveInfo1.setLeaveTypeName(leavetype.get(leaveInfo1.getLeaveType())); |
| | | leaveInfo1.setLeaveTypeName(leavetype.get(leaveInfo1.getLeaveType()==null?"":leaveInfo1.getLeaveType())); |
| | | } |
| | | //辞职申请 |
| | | String[] resign = { "辞职申请日期", "辞职事由", "汇报人", "备注"}; |
| | |
| | | |
| | | List<Map<String, Object>> records1 = iEmpDimissionLogService.findEmpDimissionLogs(queryRequest, empDimissionLog).getRecords(); |
| | | for (Map<String, Object> objectMap:records1){ |
| | | objectMap.put("dimissionType",lztype.get(objectMap.get("dimissionType")).toString()); |
| | | objectMap.put("dimissionType",lztype.get(objectMap.get("dimissionType")==null?"":objectMap.get("dimissionType").toString())); |
| | | } |
| | | //失业金领取 |
| | | String[] unemployment = { "失业金申请日期", "申报事由", "汇报人", "审核人", "备注"}; |
| | |
| | | |
| | | List<EmpInsurance> empInsurances = iEmpInsuranceService.findEmpInsurances(queryRequest, empInsurance).getRecords(); |
| | | for (EmpInsurance leaveInfo1:empInsurances){ |
| | | leaveInfo1.setInsuranceGaers(insuranceGaers.get(leaveInfo1.getInsuranceGaers())); |
| | | leaveInfo1.setReportStatusName(reportStatus.get(String.valueOf(leaveInfo1.getReportStatus()))); |
| | | leaveInfo1.setApplayStatusName(applayStatus.get(String.valueOf(leaveInfo1.getApplayStatus()))); |
| | | leaveInfo1.setInsuranceGaers(insuranceGaers.get(leaveInfo1.getInsuranceGaers()==null?"":leaveInfo1.getInsuranceGaers())); |
| | | leaveInfo1.setReportStatusName(reportStatus.get(leaveInfo1.getReportStatus()==null?"":String.valueOf(leaveInfo1.getReportStatus()))); |
| | | leaveInfo1.setApplayStatusName(applayStatus.get(leaveInfo1.getApplayStatus()==null?"":String.valueOf(leaveInfo1.getApplayStatus()))); |
| | | } |
| | | //意外险案件 |
| | | String[] accidentCases = { "受伤日期", "受伤地点", "受伤部位", "受伤经过描述", "意外险诊断", "就诊医院", "是否住院", "床号", "报案时间", "递交资料时间", "递交人", "医疗总费用", "保险赔付费用"}; |
| | |
| | | |
| | | List<EmpAccidentCases> empAccidentCases1 = iEmpAccidentCasesService.findEmpAccidentcasess(queryRequest, empAccidentCases).getRecords(); |
| | | for (EmpAccidentCases leaveInfo1:empAccidentCases1){ |
| | | leaveInfo1.setHospitalizatioFlagName(hospitalizatioFlag.get(leaveInfo1.getHospitalizatioFlag())); |
| | | leaveInfo1.setHospitalizatioFlagName(hospitalizatioFlag.get(leaveInfo1.getHospitalizatioFlag()==null?"":leaveInfo1.getHospitalizatioFlag())); |
| | | } |
| | | //工伤案件 |
| | | String[] occupational = { "受伤日期", "受伤地点", "受伤部位", "受伤经过描述", "工伤诊断", "就诊医院", "就诊科室", "是否住院", "床号", "报案时间", "递交资料时间", "递交人", "医疗总费用", "已赔付医药费用"}; |
| | |
| | | |
| | | List<EmpOccupational> empOccupationals = iEmpOccupationalService.findEmpOccupationals(queryRequest, empOccupational).getRecords(); |
| | | for (EmpOccupational leaveInfo1:empOccupationals){ |
| | | leaveInfo1.setHospitalizatioFlagName(hospitalizatioFlag.get(leaveInfo1.getHospitalizatioFlag())); |
| | | leaveInfo1.setHospitalizatioFlagName(hospitalizatioFlag.get(leaveInfo1.getHospitalizatioFlag()==null?"":leaveInfo1.getHospitalizatioFlag())); |
| | | } |
| | | //劳资案件 |
| | | String[] laborTrouble = { "仲裁日期", "仲裁类型", "仲裁事由", "报备人", "备注", "仲裁赔付(元)", "状态", "案结日期"}; |
| | |
| | | |
| | | List<EmpLaborTrouble> empLaborTroubles = iEmpLaborTroubleService.findEmpLabortroubles(queryRequest, empLaborTrouble).getRecords(); |
| | | for (EmpLaborTrouble leaveInfo1:empLaborTroubles){ |
| | | leaveInfo1.setArbitrationTypeName(zctype.get(leaveInfo1.getArbitrationType())); |
| | | leaveInfo1.setArbitrationStatusName(reportStatus.get(String.valueOf(leaveInfo1.getArbitrationStatus()))); |
| | | leaveInfo1.setArbitrationTypeName(zctype.get(leaveInfo1.getArbitrationType()==null?"":leaveInfo1.getArbitrationType())); |
| | | leaveInfo1.setArbitrationStatusName(reportStatus.get(leaveInfo1.getArbitrationStatus()==null?"":String.valueOf(leaveInfo1.getArbitrationStatus()))); |
| | | } |
| | | //不良记录 |
| | | String[] badRecord = { "不良记录日期", "不良记录描述", "汇报人", "备注"}; |