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); } }