|
|
@@ -1083,6 +1083,7 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
|
|
|
String school = dataFormatter.formatCellValue(row.getCell(4));//校区
|
|
|
studentData.setSchool(school);
|
|
|
+ studentData.setSchoolId(eSchool.stringOf(school));
|
|
|
|
|
|
//region 院系专业
|
|
|
String college = dataFormatter.formatCellValue(row.getCell(5));//院系
|
|
|
@@ -1360,6 +1361,7 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
|
|
|
String school = dataFormatter.formatCellValue(row.getCell(4));//校区
|
|
|
studentData.setSchool(school);
|
|
|
+ studentData.setSchoolId(eSchool.stringOf(school));
|
|
|
|
|
|
//region 院系专业
|
|
|
String college = dataFormatter.formatCellValue(row.getCell(5));//院系
|