Kaynağa Gözat

添加导入机制

夏文涛 1 yıl önce
ebeveyn
işleme
d3c3f5a508

+ 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));//校区
                         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));//院系