fix: 82892 工作组--调账生成的普通项目--待确收金额没有变为0
This commit is contained in:
+1
-1
@@ -1283,7 +1283,7 @@ public class PayWorkingGroupSubItemServiceImpl extends ServiceImpl<PayWorkingGro
|
||||
// 邮寄联系人
|
||||
payCommonProject.setMailContactsId(data.getMailContactsId());
|
||||
// 待确收金额
|
||||
payCommonProject.setReceivableAmount(data.getReceivableAmount());
|
||||
payCommonProject.setReceivableAmount(new BigDecimal("0.00"));
|
||||
// 税率
|
||||
payCommonProject.setTaxRate(new BigDecimal("0.06"));
|
||||
BigDecimal zero = new BigDecimal(0);
|
||||
|
||||
Reference in New Issue
Block a user