|
@@ -92,6 +92,7 @@ public class OrganizationServiceImpl extends BaseServiceImpl<Integer, Organizati
|
|
Map<Integer, String> gradeMap = new HashMap<>();
|
|
Map<Integer, String> gradeMap = new HashMap<>();
|
|
|
|
|
|
if(Objects.isNull(organization)){
|
|
if(Objects.isNull(organization)){
|
|
|
|
+ gradeMap.put(GradeTypeEnum.SIX_PLUS.getCode(), GradeTypeEnum.SIX_PLUS.getDesc());
|
|
return gradeMap;
|
|
return gradeMap;
|
|
}
|
|
}
|
|
|
|
|