multi-system/src/main/java/com/gkhy/exam/system/service/impl/StandardizedTemplateServiceImpl.java
@@ -173,7 +173,7 @@ //部门 SysDept sysDept = new SysDept(); sysDept.setCompanyId(companyId.longValue()); List<TreeSelect> treeSelects = iSysDeptService.selectDeptTreeList(sysDept); List<SysDept> treeSelects = iSysDeptService.selectDeptTreeList(sysDept); //公司概况 List<CompanySummary> companySummaries = companySummaryMapper.selectCompanySummaryList(companyId);