| | |
| | | /** |
| | | * 社保档位 |
| | | */ |
| | | public final static String INSURANCE_GAERS = "insuranceGaers"; |
| | | public final static String INSURANCE_GAERS = INSURANCETYPE; |
| | | } |
| | |
| | | } |
| | | empInsurance.setProposer(list.get(6).toString()); |
| | | //社保档位 |
| | | DicItem dicItem =dicItems.parallelStream().filter(j->StrUtil.equalsIgnoreCase(j.getDicCode(),"insuranceGaers")&&StrUtil.equals(j.getDicItemName(),list.get(7).toString())).findFirst().orElse(null); |
| | | DicItem dicItem =dicItems.parallelStream().filter(j->StrUtil.equalsIgnoreCase(j.getDicCode(),"INSURANCETYPE")&&StrUtil.equals(j.getDicItemName(),list.get(7).toString())).findFirst().orElse(null); |
| | | if (null!=dicItem){ |
| | | empInsurance.setInsuranceGaers(dicItem.getDicItemCode()); |
| | | } |
| | |
| | | } |
| | | //社保档位 |
| | | Map<String,String> insuranceGaers = new HashMap<>(); |
| | | for (DicItem m: empAccessoryMapper.getDictType("insuranceGaers")) { |
| | | for (DicItem m: empAccessoryMapper.getDictType("INSURANCETYPE")) { |
| | | insuranceGaers.put(m.getDicItemCode(),m.getDicItemName()); |
| | | } |
| | | //社保是否已经报告 |