Commit db07d61f authored by fangxinjiang's avatar fangxinjiang

人员档案,项目档案,预入职档案 导出添加通信地址省市县-fxj

parent 9146f393
......@@ -2010,9 +2010,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
// 档案地和通信地址 校验
if (Common.isNotNull(headMap.get("档案所在省"))
|| Common.isNotNull(headMap.get("档案所在市"))){
if (Common.isEmpty(excel.getFileTown())) {
errorMsg.add(EmployeeConstants.FILE_PROVINCE);
}
errorMsg.add(EmployeeConstants.FILE_PROVINCE);
}
if (Common.isNotNull(headMap.get("通信地址-省"))
|| Common.isNotNull(headMap.get("通信地址-市"))
......
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