Commit 5ef72d70 authored by fangxinjiang's avatar fangxinjiang

商险待缴费更新-fxj

parent 294fd9bd
......@@ -284,7 +284,7 @@ public class DoJointInsuranceTask {
tEmployeeInsurancePreMapper.update(null, updateWrapper);
LambdaUpdateWrapper<TInsurancePreRenewDetail> updateReNewInfoWrapper = new LambdaUpdateWrapper<>();
updateReNewInfoWrapper.eq(TInsurancePreRenewDetail::getInsurancesId, detail.getId())
updateReNewInfoWrapper.eq(TInsurancePreRenewDetail::getInsurancesIdNew, detail.getId())
.set(TInsurancePreRenewDetail::getProcessStatus,CommonConstants.THREE_STRING)
.set(TInsurancePreRenewDetail::getErrorTime,null)
.set(TInsurancePreRenewDetail::getErrorInfo,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