fix 88142 工作组管理-成员单位-编辑金额后,以下状态没有更新

This commit is contained in:
lijiarao
2024-08-07 10:53:20 +08:00
parent 9126a01a2a
commit 4b28bb65c0
@@ -445,10 +445,12 @@ public class PayWorkingGroupSubItemServiceImpl extends ServiceImpl<PayWorkingGro
if (!Objects.isNull(projectStatusVO.getMail())) {
payWorkingGroupSubItem.setMail(projectStatusVO.getMail());
}
if(!Objects.isNull(projectStatusVO.getAffirmIncome())){
payWorkingGroupSubItem.setAffirmIncome(projectStatusVO.getAffirmIncome());
}
}
String paymentStatus = payPaymentCheckService.getPaymentStatus(payWorkingGroupSubItem.getReceivableAmount(), payWorkingGroupSubItemOld.getPaidAmount(), payWorkingGroupSubItemOld.getPaymentStatus(), false);
payWorkingGroupSubItem.setPaymentStatus(paymentStatus);
payWorkingGroupSubItem.setInAccount(null);
payWorkingGroupSubItem.setPaidAmount(null);
BigDecimal taxRate = payWorkingGroupSubItem.getTaxRate();