|
@@ -266,6 +266,7 @@ public class InvAccountServiceImpl extends ServiceImpl<InvAccountMapper, InvAcco
|
|
|
accountExcel.setQuarterAmountExcess(invAccount.getQuarterAmountExcess());
|
|
accountExcel.setQuarterAmountExcess(invAccount.getQuarterAmountExcess());
|
|
|
accountExcel.setInvoicingAmountExcess(invAccount.getInvoicingAmountExcess());
|
|
accountExcel.setInvoicingAmountExcess(invAccount.getInvoicingAmountExcess());
|
|
|
accountExcel.setBalance(invAccountCard.getBalance());
|
|
accountExcel.setBalance(invAccountCard.getBalance());
|
|
|
|
|
+ accountExcel.setEstimate(invAccount.getTentativeEstimates());
|
|
|
accountExcels.add(accountExcel);
|
|
accountExcels.add(accountExcel);
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|