无关风月
2024-11-02 9cebf25057bfbb893fbb771130f3058e75c9b97c
ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/mapper/TChargingOrderMapper.java
@@ -106,11 +106,11 @@
   Map<String, Object> countLocalCar();
    Long getAver(@Param("siteIds") List<Integer> siteIds);
   Double getAver(@Param("siteIds") List<Integer> siteIds);
   List<Map<String, Object>> getLevelEvaluate(@Param("siteIds")List<Integer> siteIds);
    List<Map<String, Object>> countBySource(@Param("siteIds")List<Integer> siteIds);
    List<Map<String, Object>> countBySource(@Param("siteIds")List<Integer> siteIds,@Param("statisticsQueryDto") ChargingStatisticsQueryDto statisticsQueryDto);
   List<Map<String, Object>> equipmentUserType1(@Param("siteIds") List<Integer> siteIds, @Param("statisticsQueryDto") ChargingStatisticsQueryDto statisticsQueryDto);
@@ -137,4 +137,8 @@
   List<Map<String, Object>> countAllUserData();
   List<Map<String, Object>> needElec1(@Param("siteIds")List<Integer> siteIds,@Param("statisticsQueryDto")  ChargingStatisticsQueryDto statisticsQueryDto);
   Long countNoTag();
    Long countCar(@Param("brands") List<String> brands);
}