夏文涛 преди 1 година
родител
ревизия
d3c3f5a508
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/main/java/com/template/controller/WelcomeStudentController.java

+ 2 - 0
src/main/java/com/template/controller/WelcomeStudentController.java

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