fix 88142 工作组管理-成员单位-编辑金额后,以下状态没有更新
This commit is contained in:
+3
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user