| | |
| | | ChargingBillVO res = chargingBillService.chargingBillList1(dto); |
| | | List<ChargingBillListVO> records = res.getList().getRecords(); |
| | | accountListVO.setBillCount(records.size()); |
| | | accountListVO.setTotalAmount(res.getOrderAmount()); |
| | | accountListVO.setTotalAmount(res.getOrderAmount().subtract(res.getRefundAmount()) |
| | | .subtract(res.getCommissionAmount()).subtract(res.getSharingAmount())); |
| | | accountListVO.setPaymentAmount(res.getPaymentAmount()); |
| | | accountListVO.setRefundAmount(res.getRefundAmount()); |
| | | accountListVO.setCommissionAmount(res.getCommissionAmount()); |