Commit 16f90391 authored by hongguangwu's avatar hongguangwu

MVP1.7.15-有身份证,用身份证找人

parent 80b40952
......@@ -286,6 +286,8 @@ public class SalaryAccountUtil implements Serializable {
entity.setIsNewEmployee(CommonConstants.ONE_STRING);
}
if (SalaryConstants.ID_NUMBER.equals(dbFiedName)) {
// 有身份证,按身份证查找人
emp = null;
if (checkIdNumberMap.get(cellValueStr) == null) {
checkIdNumberMap.put(cellValueStr, (i + dataRow));
} 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