|
|
@@ -101,7 +101,7 @@ public class StudentImportAnalysis extends DataAnalysis<StudentImportAnalysis> {
|
|
|
if (StringUtils.isEmpty(item.getUserName())) {
|
|
|
ret.append("学生姓名不能为空;");
|
|
|
}else {
|
|
|
- if(!item.getUserName().matches("^[\\u4e00-\\u9fa5]{2,10}$")){
|
|
|
+ if(!item.getUserName().matches("^[\\u4e00-\\u9fa5]{2,30}$")){
|
|
|
ret.append("真实姓名格式不正确;");
|
|
|
}
|
|
|
}
|