whyclxw
2025-06-12 1231655a352410f9086895efaff185fb6f94c647
src/main/java/com/whyc/service/BattInfService.java
@@ -469,4 +469,8 @@
    public List<BattInf> getPerformanceStatistic(PerformanceStic stic) {
        return mapper.getPerformanceStatistic(stic);
    }
    //本年度已/未放电数量统计右侧图表(1.2.5)
    public List<BattInf> getDischrChart(Integer uid) {
        return mapper.getDischrChart(uid);
    }
}