| | |
| | | for (TaskPlaceRectificationExcel taskPlaceRectificationExcel : export) { |
| | | for (DictBiz dictBiz : nineType) { |
| | | if (StringUtils.isNotBlank(taskPlaceRectificationExcel.getNineType()) && taskPlaceRectificationExcel.getNineType().equals(dictBiz.getDictKey())) { |
| | | taskPlaceRectificationExcel.setNineType(dictBiz.getDictValue()); |
| | | if (taskPlaceRectificationExcel.getNineType().contains("10,11,12")) { |
| | | taskPlaceRectificationExcel.setNineType("小学校(幼儿园、校外培训机构)- " + dictBiz.getDictValue()); |
| | | } else if (taskPlaceRectificationExcel.getNineType().contains("13,14,15")) { |
| | | taskPlaceRectificationExcel.setNineType("小医院(诊所、养老院)- " + dictBiz.getDictValue()); |
| | | } else { |
| | | taskPlaceRectificationExcel.setNineType(dictBiz.getDictValue()); |
| | | } |
| | | } |
| | | } |
| | | if (taskPlaceRectificationExcel.getRectificationFlag().equals(1)) { |