| | |
| | | |
| | | Map<String, Object> countAll(LocalDate sixBefore,List<Integer> siteIds); |
| | | |
| | | List<Map<String, Object>> getSumByType(List<Long> chargingOrderIds); |
| | | List<Map<String, Object>> getSumByType(LocalDate start,LocalDate end); |
| | | |
| | | List<Map<String, Object>> getDateData(List<Long> chargingOrderIds); |
| | | List<Map<String, Object>> getDateData(LocalDate start,LocalDate end); |
| | | |
| | | List<Map<String, Object>> getWeekData(List<Long> chargingOrderIds); |
| | | List<Map<String, Object>> getWeekData(LocalDate start,LocalDate end); |
| | | |
| | | List<Map<String, Object>> getMonthData(List<Long> chargingOrderIds); |
| | | List<Map<String, Object>> getMonthData(LocalDate start,LocalDate end); |
| | | |
| | | List<Map<String, Object>> getYearData(List<Long> chargingOrderIds); |
| | | List<Map<String, Object>> getYearData(LocalDate start,LocalDate end); |
| | | |
| | | ChargingOrderTimeVO chargingList(ChargingListQuery dto); |
| | | |
| | |
| | | */ |
| | | void excelEndCharge(String orderCode); |
| | | |
| | | List<Map<String, Object>> getByDate(List<Long> chargingOrderIds); |
| | | List<Map<String, Object>> getByDate(LocalDate start,LocalDate end); |
| | | |
| | | List<Map<String, Object>> queryPower(List<Integer> siteIds); |
| | | |