|
@@ -245,9 +245,7 @@ public class StudentServiceImpl implements StudentService {
|
|
|
if (null != studentId) {
|
|
|
count++;
|
|
|
s = GlobalHelper.getEntity(studentRepo, studentId, StudentEntity.class);
|
|
|
- }
|
|
|
-
|
|
|
- if (null == rootOrgId) {
|
|
|
+ } else if (null == rootOrgId) {
|
|
|
throw new StatusException("160250", "rootOrgId is null");
|
|
|
}
|
|
|
|