Commit c5486f32 authored by fangxinjiang's avatar fangxinjiang

项目服务团队权限同步接口

parent 00b29479
...@@ -2552,7 +2552,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -2552,7 +2552,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
payExists.setSocialSum(BigDecimalUtils.safeAdd(payExists.getUnitSocialSum(), payExists.getSocialSecurityPersonalSum())); payExists.setSocialSum(BigDecimalUtils.safeAdd(payExists.getUnitSocialSum(), payExists.getSocialSecurityPersonalSum()));
batchYyInsertList.put(UUID.randomUUID().toString(),payExists); batchYyInsertList.put(UUID.randomUUID().toString(),payExists);
} }
errorMessageList.add(new ErrorDetailVO(infoVo.getRowIndex(), CommonConstants.ZERO_INT, errorMessageList.add(new ErrorDetailVO(infoVo.getRowIndex(), CommonConstants.ONE_INT,
infoVo.getEmpIdcard(), infoVo.getEmpIdcard(),
payExists.getSocialHousehold(), payExists.getSocialHousehold(),
payExists.getProvidentHousehold(), infoVo.getEmpName(), payExists.getProvidentHousehold(), infoVo.getEmpName(),
......
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