src/main/java/com/whyc/service/BattInfService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/whyc/service/BattInfService.java
@@ -588,7 +588,7 @@ int battGroupCount = battInfMapper.getBattGroupNum(userId); int devCount = battInfMapper.getDevNum(userId); int powerNum = powerInfService.getNum(userId); int stationNum = getSateAnalysis(userId).size(); int stationNum = stationInfService.getStation(userId); map.put("battGroupCount", battGroupCount); map.put("devCount", devCount); map.put("powerNum", powerNum);