Commit 60e087c1 authored by huyuchen's avatar huyuchen

实缴导入校验项目

parent 9f3164f4
......@@ -2426,7 +2426,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
payExists.setEmpIdcard(socialInfo.getEmpIdcard());
payExists.setEmpName(socialInfo.getEmpName());
if (Common.isNotNull(domainMap)) {
domain = domainMap.get(tSocialInfo.getSettleDomainCode());
domain = domainMap.get(socialInfo.getSettleDomainCode());
} else {
domain = null;
}
......
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