| | |
| | | |
| | | List<SixCircleDto> circle(List<Integer> siteIds,LocalDate sixBefore); |
| | | |
| | | Map<String, Object> countAll(LocalDate sixBefore); |
| | | Map<String, Object> countAll(LocalDate sixBefore,List<Integer> siteIds); |
| | | |
| | | List<Map<String, Object>> getSumByType(List<Long> chargingOrderIds); |
| | | |
| | |
| | | PageInfo<TSettlementConfirm> settlementList(SettlementListQuery dto); |
| | | |
| | | SettlementTotalVO settlementTotal(String time); |
| | | SettlementTotalVO settlementTotalR(String time,Long userId); |
| | | |
| | | List<Map<String, Object>> countBySource(List<Integer> siteIds,ChargingStatisticsQueryDto statisticsQueryDto); |
| | | |