Commit c9ae8a85 authored by 李腾威's avatar 李腾威

bug 2942

parent aa84874b
...@@ -833,7 +833,7 @@ if (excelDtoList != null && excelDtoList.size() > 0) { ...@@ -833,7 +833,7 @@ if (excelDtoList != null && excelDtoList.size() > 0) {
} }
if (fireExperts.getHighestEducation() != null) { if (fireExperts.getHighestEducation() != null) {
String[] highestEducation = fireExperts.getHighestEducation().split("@"); String[] highestEducation = fireExperts.getHighestEducation().split("@");
fireExperts.setHighestEducation(highestEducation[0]); fireExperts.setHighestEducation(highestEducation[1]); // BUG 2942 by litw 2021年9月18日 导入学历编号
} }
excelEntityList.add(fireExperts); excelEntityList.add(fireExperts);
}); });
......
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