Commit b5c868c5 authored by fangxinjiang's avatar fangxinjiang

区域更新-fxj

parent daebb2fc
......@@ -1268,6 +1268,9 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
saveEmp.setPost(excel.getPost());
}
}
if (!Common.isNotNull(excel.getFileTown())) {
saveEmp.setFileTown(null);
}
saveList.add(saveEmp);
}
} else {
......
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