|
@@ -140,6 +140,7 @@ public class AuthController extends ControllerSupport {
|
|
|
|
|
|
Student s = studentRepo.findOne(studentId);
|
|
Student s = studentRepo.findOne(studentId);
|
|
s.setSecurityPhone(phone);
|
|
s.setSecurityPhone(phone);
|
|
|
|
+ studentRepo.saveAndFlush(s);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|