|
@@ -285,7 +285,7 @@ public class ExamOrganizationRelationServiceImpl extends BaseServiceImpl<Long, E
|
|
|
throw new BizException("请指定考级项目");
|
|
|
}
|
|
|
|
|
|
- List<Integer> childOrganIds = organizationService.getChildOrganIds(selfOrganId, false);
|
|
|
+ List<Integer> childOrganIds = organizationService.getNextLevelOrganIds(selfOrganId, false);
|
|
|
|
|
|
ExamOrganStatisticsDto examOrganizationRelation = examOrganizationRelationDao.getExamOrganizationRelation(examId.longValue(), selfOrganId);
|
|
|
if(Objects.isNull(examOrganizationRelation)){
|