Dim fdr As DataRow = e.DataTable.find("工作年限 is not null and 姓名 = '" & e.datarow("姓名") & "'", "工作年限")
If fdr IsNot Nothing then
e.datarow("工作年限") = e.datarow("年度") - fdr("年度") + fdr("工作年限")
End If