modules/mainPart/src/main/java/com/zt/life/modules/configAuditReport/service/ConfigAuditReportService.java
@@ -111,9 +111,8 @@ } else { ConfigAuditReport auditReport = new ConfigAuditReport(); data.setAuditReport(auditReport); List<?> contentResult = contentService.dictList("config_check_item"); List<?> contentList = contentResult; data.setContentList((List<ConfigAuditReportContent>) contentList); List<ConfigAuditReportContent> contentList = contentService.dictList("config_check_item"); data.setContentList( contentList); } if (projectId != null) { data.setProjectId(projectId);