Browse Source

修复修改班级学生

tags/正式版本
王宁 2 years ago
parent
commit
01b8b6f442

+ 1
- 1
suser/src/main/java/com/xhkjedu/suser/service/gradeclass/ClassStudentService.java View File

396
         }
396
         }
397
         String examno = model.getExamno();
397
         String examno = model.getExamno();
398
         if (N_Utils.isNotEmpty(examno)) {
398
         if (N_Utils.isNotEmpty(examno)) {
399
-            TSchool school = schoolMapper.getSchoolInfoById(model.getSchoolid());
399
+            TSchool school = schoolMapper.getSchoolInfoById(u.getSchoolid());
400
             Integer limitenolen = school.getLimitenolen();
400
             Integer limitenolen = school.getLimitenolen();
401
             if (!N_Utils.isEmptyInteger(limitenolen) && !limitenolen.equals(examno.length())) {
401
             if (!N_Utils.isEmptyInteger(limitenolen) && !limitenolen.equals(examno.length())) {
402
                 return new ResultVo(1, "准考证号长度不符合要求");
402
                 return new ResultVo(1, "准考证号长度不符合要求");

Loading…
Cancel
Save