luodangjia
2024-09-10 8d8a35b85a8af2966ae1c3b42fb5bc35c39250b2
ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/TChargingOrderService.java
@@ -116,17 +116,17 @@
   List<SixCircleDto> circle(List<Integer> siteIds,LocalDate sixBefore);
   Map<String, BigDecimal> countAll(LocalDate sixBefore);
   Map<String, Object> countAll(LocalDate sixBefore);
    List<Map<String, BigDecimal>> getSumByType(List<Long> chargingOrderIds);
    List<Map<String, Object>> getSumByType(List<Long> chargingOrderIds);
   List<Map<String, BigDecimal>> getDateData(List<Long> chargingOrderIds);
   List<Map<String, Object>> getDateData(List<Long> chargingOrderIds);
   List<Map<String, BigDecimal>> getWeekData(List<Long> chargingOrderIds);
   List<Map<String, Object>> getWeekData(List<Long> chargingOrderIds);
   List<Map<String, BigDecimal>> getMonthData(List<Long> chargingOrderIds);
   List<Map<String, Object>> getMonthData(List<Long> chargingOrderIds);
   List<Map<String, BigDecimal>> getYearData(List<Long> chargingOrderIds);
   List<Map<String, Object>> getYearData(List<Long> chargingOrderIds);
    ChargingOrderTimeVO chargingList(ChargingListQuery dto);
@@ -154,4 +154,33 @@
    * @param orderCode
    */
   void excelEndCharge(String orderCode);
   List<Map<String, Object>> getByDate(List<Long> chargingOrderIds);
   List<Map<String, Object>> queryPower(List<Integer> siteIds);
   Map<String, Object> qureryPowerLevel(List<Integer> siteIds, ChargingStatisticsQueryDto statisticsQueryDto);
   List<Map<String, Object>> queryOrderCountAndMoneyBySiteIdDate(List<Integer> siteIds);
   List<Map<String, Object>> usersDay();
   List<Map<String, Object>> usersByQuery(ChargingStatisticsQueryDto statisticsQueryDto);
   List<Map<String, Object>> getUserTagCount();
    List<Map<String, Object>> getVipCount();
    List<Map<String, Object>> unitConsumption(ChargingStatisticsQueryDto statisticsQueryDto);
   List<Map<String, Object>> carUserMethod();
   List<Map<String, Object>> carUserBrand();
   Map<String, Object> countLocalCar();
    Long getAver(List<Integer> siteIds);
   List<Map<String, Object>> getLevelEvaluate(List<Integer> siteIds);
}