|
|
@@ -113,10 +113,10 @@ public class SchoolTeacherServiceImpl extends ServiceImpl<SchoolTeacherMapper, S
|
|
|
errMsg.append("第"+(i+2)+"行,身份证号码为空,");
|
|
|
continue;
|
|
|
}
|
|
|
- if (StringUtils.isBlank(schoolTeacherExcel.getCode())){
|
|
|
+ /*if (StringUtils.isBlank(schoolTeacherExcel.getCode())){
|
|
|
errMsg.append("第"+(i+2)+"行,工号为空,");
|
|
|
continue;
|
|
|
- }
|
|
|
+ }*/
|
|
|
if (StringUtils.isBlank(schoolTeacherExcel.getCname())){
|
|
|
errMsg.append("第"+(i+2)+"行,姓名为空,");
|
|
|
continue;
|