|
|
@@ -2324,7 +2324,7 @@ public class ReportsServiceImpl extends ServiceImpl<ReportsMapper, Reports> impl
|
|
|
feeCenterReports.setPriceVND(item.getPrice().multiply(item.getExrate()));
|
|
|
feeCenterReports.setMoneyVND(item.getAmount().multiply(item.getExrate()));
|
|
|
feeCenterReports.setAmountTaxVND(item.getAmountTax().multiply(item.getExrate()));
|
|
|
- feeCenterReports.setAmountNetVND(feeCenterReports.getMoneyVND().subtract(feeCenterReports.getAmountNetVND()));
|
|
|
+ feeCenterReports.setAmountNetVND(feeCenterReports.getMoneyVND().subtract(feeCenterReports.getAmountTaxVND()));
|
|
|
feeCenterReportsList.add(feeCenterReports);
|
|
|
}
|
|
|
if (!feeCenterList.isEmpty()) {
|