Commit 3293ec6a authored by caotao's avatar caotao

BUG17665.【web-人员管理】导入,证件类型和证件名称不匹配,提示信息错误

parent c215678e
...@@ -281,7 +281,7 @@ private void updateEXPersonUser(MultipartFile multipartFile) throws Exception { ...@@ -281,7 +281,7 @@ private void updateEXPersonUser(MultipartFile multipartFile) throws Exception {
public void getdata( List<String> list,String name,int i){ public void getdata( List<String> list,String name,int i){
if(name!=null&&!list.contains(name)){ if(name!=null&&!list.contains(name)){
throw new InnerInvokException("第" + (i + 2) + "行,证件类型和证件类型不匹配", "403", "第" + (i + 2) + "行,证件类型和证件类型不匹配", 403); throw new InnerInvokException("第" + (i + 2) + "行,证件类型和证件名称不匹配", "403", "第" + (i + 2) + "行,证件类型和证件名称不匹配", 403);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment