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