|
@@ -1354,7 +1354,7 @@ public class FundAccountDetailServiceImpl extends ServiceImpl<FundAccountDetailM
|
|
|
detail.setSterlingIncome(income);
|
|
|
detail.setSterlingExpenditure(expenditure);
|
|
|
|
|
|
- BigDecimal sterlingAmount = item.getEuroAmount();
|
|
|
+ BigDecimal sterlingAmount = item.getSterlingAmount();
|
|
|
if (sterlingAmount != null) {
|
|
|
if (income != null) {
|
|
|
sterlingAmount = sterlingAmount.subtract(income);
|