whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
src/main/java/com/fgkj/mapper/impl/BadBatt_monMapper.java
@@ -9,7 +9,7 @@
    //9.1根据stationid查询机房的落后单体总数
   @Select("select count(num) as nums  from web_site.tb_badbatt_mon " +
         "where battgroupid in (select distinct battgroupid from db_battinf.tb_battinf where stationid=#{StationId} ) limit 1 ")
         "where battgroupid in (select distinct battgroupid from db_battinf.tb_battinf where stationid=#{stationId} ) limit 1 ")
   public int serchByStationId(BattMap_information obj);
   //9.1根据stationName3查询站点的落后单体总数