手动调试

This commit is contained in:
mashuai 2024-11-07 14:42:08 +08:00
parent ffd846c036
commit 74cda37124
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ public class TbPeopleServiceImpl implements TbPeopleService {
}
break;
case 3:
if (!"身份证号".equals(headerValue)) {
if (!"身份证号".equals(headerValue)) {
throw new IllegalArgumentException("" + (cellNum + 1) + " 列表头列名与预期不符,请检查导入模板");
}
break;