| | |
| | | |
| | | ChargingOrderTimeVO res = chargingOrderService.chargingList(dto); |
| | | List<TChargingOrderExport> tChargingOrderExports = new ArrayList<>(); |
| | | List<ChargingOrderListVO> exportList = res.getList().getRecords(); |
| | | List<ChargingOrderListVO> exportList = res.getExportList(); |
| | | int i = 0; |
| | | for (ChargingOrderListVO chargingOrderListVO : exportList) { |
| | | TChargingOrderExport tChargingOrderExport = new TChargingOrderExport(); |
| | |
| | | tChargingOrderExport.setCarNumber(data1.get(0).getLicensePlate()); |
| | | tChargingOrderExport.setCarType(data1.get(0).getVehicleModel()); |
| | | tChargingOrderExport.setCarBrand(data1.get(0).getVehicleBrand()); |
| | | |
| | | |
| | | } |
| | | tChargingOrderExport.setOrderCode(chargingOrderListVO.getCode()); |
| | | tChargingOrderExport.setIsSingle("是"); |