|
@@ -82,6 +82,9 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
ws.setCollege(isr.getCollege());
|
|
ws.setCollege(isr.getCollege());
|
|
|
ws.setMajor(isr.getMajor());
|
|
ws.setMajor(isr.getMajor());
|
|
|
ws.setClassstr(isr.getClassstr());
|
|
ws.setClassstr(isr.getClassstr());
|
|
|
|
|
+ ws.setCollegeId(isr.getCollegeId());
|
|
|
|
|
+ ws.setMajorId(isr.getMajorId());
|
|
|
|
|
+ ws.setClassstrId(isr.getClassstrId());
|
|
|
ws.setExamNum(isr.getExamNum());
|
|
ws.setExamNum(isr.getExamNum());
|
|
|
ws.setEduSystem(isr.getEduSystem());
|
|
ws.setEduSystem(isr.getEduSystem());
|
|
|
ws.setGraduationSchool(isr.getGraduationSchool());
|
|
ws.setGraduationSchool(isr.getGraduationSchool());
|
|
@@ -260,6 +263,9 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
result.setCollege(ws.getCollege());
|
|
result.setCollege(ws.getCollege());
|
|
|
result.setMajor(ws.getMajor());
|
|
result.setMajor(ws.getMajor());
|
|
|
result.setClassstr(ws.getClassstr());
|
|
result.setClassstr(ws.getClassstr());
|
|
|
|
|
+ result.setCollegeId(ws.getCollegeId());
|
|
|
|
|
+ result.setMajorId(ws.getMajorId());
|
|
|
|
|
+ result.setClassstrId(ws.getClassstrId());
|
|
|
result.setExamNum(ws.getExamNum());
|
|
result.setExamNum(ws.getExamNum());
|
|
|
result.setEduSystem(ws.getEduSystem());
|
|
result.setEduSystem(ws.getEduSystem());
|
|
|
result.setGraduationSchool(ws.getGraduationSchool());
|
|
result.setGraduationSchool(ws.getGraduationSchool());
|
|
@@ -312,9 +318,9 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
ws.setCardId(icr.getCardId());
|
|
ws.setCardId(icr.getCardId());
|
|
|
ws.setSex(icr.getSex());
|
|
ws.setSex(icr.getSex());
|
|
|
ws.setBirthday(icr.getBirthday());
|
|
ws.setBirthday(icr.getBirthday());
|
|
|
- ws.setCollege(icr.getCollege());
|
|
|
|
|
- ws.setMajor(icr.getMajor());
|
|
|
|
|
- ws.setClassstr(icr.getClassstr());
|
|
|
|
|
|
|
+ ws.setCollegeId(icr.getCollegeId());
|
|
|
|
|
+ ws.setMajorId(icr.getMajorId());
|
|
|
|
|
+ ws.setClassstrId(icr.getClassstrId());
|
|
|
ws.setExamNum(icr.getExamNum());
|
|
ws.setExamNum(icr.getExamNum());
|
|
|
ws.setEduSystem(icr.getEduSystem());
|
|
ws.setEduSystem(icr.getEduSystem());
|
|
|
ws.setGraduationSchool(icr.getGraduationSchool());
|
|
ws.setGraduationSchool(icr.getGraduationSchool());
|