src/main/java/com/whyc/service/StationInfService.java
@@ -737,6 +737,10 @@ return mapper.getStation(userId); } //山西晋源特定接口 public int getStationJY() { return mapper.getStationJY(); } //运维层首页:头部统计 public Response getDevOpSkipHead(int userId) { @@ -981,6 +985,10 @@ public List<StationInf> getStationInfList(int userId) { return mapper.getStationInfList(userId); } //山西晋源特定接口 public List<StationInf> getStationInfListJY() { return mapper.getStationInfListJY(); } //查询所有的站点电压等级 public Response searStationType() {