Commit f8aa486a authored by hongguangwu's avatar hongguangwu

批量导入档案

parent 48801cac
......@@ -362,11 +362,8 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
isTrue = false;
errorMessageVO = this.getErrorMessageVO(i, CommonConstants.ZERO_INT, excel.getEmpName()
, idCard, errorMsg);
} else {
errorMessageVO = this.getErrorMessageVO(i, CommonConstants.ONE_INT, excel.getEmpName()
, idCard, errorMsg);
errorMessageList.add(errorMessageVO);
}
errorMessageList.add(errorMessageVO);
}
// 查找档案库
Map<String, TEmployeeInfo> existEmpMap = new HashMap<>();
......
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