|
|
@@ -120,6 +120,7 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
ws.setSex(isr.getSex());
|
|
|
ws.setBirthday(isr.getBirthday());
|
|
|
ws.setSchool(isr.getSchool());
|
|
|
+ ws.setSchoolId(isr.getSchoolId());
|
|
|
ws.setCollege(isr.getCollege());
|
|
|
ws.setMajor(isr.getMajor());
|
|
|
ws.setClassstr(isr.getClassstr());
|
|
|
@@ -269,6 +270,7 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
student.setSex(usr.getSex());
|
|
|
student.setBirthday(usr.getBirthday());
|
|
|
student.setSchool(usr.getSchool());
|
|
|
+ student.setSchoolId(usr.getSchoolId());
|
|
|
student.setCollege(usr.getCollege());
|
|
|
student.setMajor(usr.getMajor());
|
|
|
student.setClassstr(usr.getClassstr());
|