Commit e91d6d82 authored by fangxinjiang's avatar fangxinjiang

项目档案无岗位更新岗位fxj 2024-04-17

parent 553ffc82
...@@ -304,6 +304,7 @@ public class TAutoPaymentDetailServiceImpl extends ServiceImpl<TAutoPaymentDetai ...@@ -304,6 +304,7 @@ public class TAutoPaymentDetailServiceImpl extends ServiceImpl<TAutoPaymentDetai
.eq(TAutoPaymentDetail::getParentId,parentId) .eq(TAutoPaymentDetail::getParentId,parentId)
.eq(TAutoPaymentDetail::getEmpName,excel.getEmpName()) .eq(TAutoPaymentDetail::getEmpName,excel.getEmpName())
.eq(TAutoPaymentDetail::getCertNum,excel.getCertNum()) .eq(TAutoPaymentDetail::getCertNum,excel.getCertNum())
.ne(TAutoPaymentDetail::getRepeatHandleFlag,excel.getRepeatHandleFlag())
.eq(TAutoPaymentDetail::getSocialSecurityAccount,excel.getSocialSecurityAccount())); .eq(TAutoPaymentDetail::getSocialSecurityAccount,excel.getSocialSecurityAccount()));
if (Common.isEmpty(details)){ if (Common.isEmpty(details)){
errorMessageList.add(new ErrorMessage(excel.getRowIndex(), "对应姓名+证件号码+社保户的数据不存在!",excel)); errorMessageList.add(new ErrorMessage(excel.getRowIndex(), "对应姓名+证件号码+社保户的数据不存在!",excel));
......
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