|
@@ -277,7 +277,7 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
realAmount=realAmount.add(e.getRealAmount());
|
|
realAmount=realAmount.add(e.getRealAmount());
|
|
|
}
|
|
}
|
|
|
in.setTotalAmount(totalAmount);
|
|
in.setTotalAmount(totalAmount);
|
|
|
- in.setAmount(in.getRealAmount().subtract(useEA.getSettlementAmount()));
|
|
|
|
|
|
|
+ in.setAmount(realAmount.subtract(useEA.getSettlementAmount()));
|
|
|
in.setRealAmount(in.getAmount());
|
|
in.setRealAmount(in.getAmount());
|
|
|
}
|
|
}
|
|
|
|
|
|