手动调试
This commit is contained in:
parent
ffd846c036
commit
74cda37124
|
|
@ -554,7 +554,7 @@ public class TbPeopleServiceImpl implements TbPeopleService {
|
|||
}
|
||||
break;
|
||||
case 3:
|
||||
if (!"身份证号码".equals(headerValue)) {
|
||||
if (!"身份证号".equals(headerValue)) {
|
||||
throw new IllegalArgumentException("第 " + (cellNum + 1) + " 列表头列名与预期不符,请检查导入模板");
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue