|
@@ -311,6 +311,8 @@ public class StudentServiceImpl implements StudentService {
|
|
|
info.setPhotoPath(s.getPhotoPath());
|
|
|
info.setRemark(s.getRemark());
|
|
|
info.setRootOrgId(s.getRootOrgId());
|
|
|
+ Org rootOrg = orgRepo.findOne(s.getRootOrgId());
|
|
|
+ info.setRootOrgName(rootOrg.getName());
|
|
|
info.setSecurityPhone(s.getSecurityPhone());
|
|
|
info.setStudentCode(s.getStudentCode());
|
|
|
|