| | |
| | | } |
| | | //社保档位 |
| | | Map<String,String> insuranceGaers = new HashMap<>(); |
| | | for (DicItem m: empAccessoryMapper.getDictType("insuranceGaers")) { |
| | | for (DicItem m: empAccessoryMapper.getDictType("INSURANCETYPE")) { |
| | | insuranceGaers.put(m.getDicItemCode(),m.getDicItemName()); |
| | | } |
| | | //社保是否已经报告 |
| | |
| | | //入离职记录 |
| | | String[] dimissionLog = { "入职日期", "离职日期", "离职类型", "自离天数", "报备人", "备注"}; |
| | | EmpDimissionLog empDimissionLog=new EmpDimissionLog(); |
| | | empDimissionLog.setCertificateNumb(empNum); |
| | | empDimissionLog.setEmpId(empBaseInfo.getEmpId()); |
| | | empDimissionLog.setEmpStatus(empBaseInfo.getEmpStatus()); |
| | | List<Map<String, Object>> records1 = iEmpDimissionLogService.findEmpDimissionLogs(queryRequest, empDimissionLog).getRecords(); |
| | | for (Map<String, Object> objectMap:records1){ |