Commit 5ce87083 authored by hongguangwu's avatar hongguangwu

优化人员档案

parent c85c067c
...@@ -1712,8 +1712,12 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -1712,8 +1712,12 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
} }
} }
if (Common.isNotNull(excel.getValidityStart())) {
saveEmp.setValidityStart(excel.getValidityStart()); saveEmp.setValidityStart(excel.getValidityStart());
}
if (Common.isNotNull(excel.getValidityEnd())) {
saveEmp.setValidityEnd(excel.getValidityEnd()); saveEmp.setValidityEnd(excel.getValidityEnd());
}
// 邮箱 // 邮箱
if (Common.isNotNull(excel.getEmpEmail())) { if (Common.isNotNull(excel.getEmpEmail())) {
if (excel.getEmpEmail().contains("@")) { if (excel.getEmpEmail().contains("@")) {
......
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