|
@@ -462,11 +462,6 @@ public class TIeReportServiceImpl implements TIeReportService {
|
|
|
ExaminationMonitorWarnDistributionBean ret = new ExaminationMonitorWarnDistributionBean();
|
|
|
ret.setOrgDistribution(tOeExamRecordMapper.getOrgDistribution(orgId));
|
|
|
List<Map<String, Object>> typeList = tOeExamRecordMapper.getTypeDistribution(orgId);
|
|
|
- if (typeList != null && typeList.size() > 0) {
|
|
|
- for (Map<String, Object> map : typeList) {
|
|
|
- map.put("type", VerifyExceptionEnum.valueOf((String) map.get("type")).getCode());
|
|
|
- }
|
|
|
- }
|
|
|
ret.setTypeDistribution(typeList);
|
|
|
return ret;
|
|
|
}
|