|
@@ -269,7 +269,7 @@ public class InvAccountIncoiceServiceImpl extends ServiceImpl<InvAccountIncoiceM
|
|
|
|
|
|
|
|
InvAccount entAccount = invAccountService.getById(enterAccount.getAccountId());
|
|
InvAccount entAccount = invAccountService.getById(enterAccount.getAccountId());
|
|
|
//新增收入回滚操作
|
|
//新增收入回滚操作
|
|
|
- List<InvAccountCard> invAccount = quashOutsideTransfer(outAccount, enterAccount, new BigDecimal(enInvAccountIncoice.getInvoiceMoney()),entAccount);
|
|
|
|
|
|
|
+ List<InvAccountCard> invAccount = quashOutsideTransfer(outAccount, enterAccount, new BigDecimal(enInvAccountIncoice.getPayoutMoney()),entAccount);
|
|
|
BaseController baseController = new BaseController();
|
|
BaseController baseController = new BaseController();
|
|
|
|
|
|
|
|
InvAccountOperate invAccountOperate = new InvAccountOperate();
|
|
InvAccountOperate invAccountOperate = new InvAccountOperate();
|