|
@@ -432,6 +432,7 @@ public class UserController extends BaseController {
|
|
|
if(!UserTypeEnum.isCard(user.getUserType())) {
|
|
if(!UserTypeEnum.isCard(user.getUserType())) {
|
|
|
currentUser.setLocation(user.getLocation());
|
|
currentUser.setLocation(user.getLocation());
|
|
|
currentUser.setExamType(user.getExamType());
|
|
currentUser.setExamType(user.getExamType());
|
|
|
|
|
+ currentUser.setExamMajor(user.getExamMajor());
|
|
|
currentUser.setEndYear(user.getEndYear());
|
|
currentUser.setEndYear(user.getEndYear());
|
|
|
}
|
|
}
|
|
|
if (updateUserName) {
|
|
if (updateUserName) {
|