whyclxw
2025-05-28 e16302f9d475c7cc4dd18c5abf1a23cb5502e362
src/main/java/com/whyc/mapper/BattInfMapper.java
@@ -34,6 +34,8 @@
    List<String> getStationNameInGroup(@Param("userId")Integer userId,@Param("stationName1")String stationName1);
    List<Battinf> getStationNameInGroup2(@Param("userId")Integer userId,@Param("stationName1")String stationName1);
    //TODO 这个接口返回映射未做,需要check
    List<Battinf> searchInform(@Param("userId")Integer userId,@Param("stationName1")String stationName1,@Param("stationName2")String stationName2,@Param("stationName5")String stationName5,@Param("stationName3")String stationName3);
@@ -86,9 +88,20 @@
    int getBattGroupNum(int userId);
    int getBattGroupMonNum(int userId);
    //山西晋源特定接口
    int getBattGroupNumJY();
    int getDevNum(int userId);
    //山西晋源特定接口
    int getDevNumJY();
    List<Battinf> getBattGroupList(int userId);
    //山西晋源特定接口
    List<Battinf> getBattGroupListJY();
    //单体总数
    int getMonCount(int userId);
@@ -97,6 +110,9 @@
    //电池组总数
    int geGroupCount(int userId);
    //所有电池组
    List<Battinf> getBinfList(int userId);
    List<Battinf> getSateAnalysis(int userId);
@@ -111,4 +127,16 @@
    //根据设备id查询电池组id(取第一个)
    String searchBattGroupIdByDevId(int devId);
    //天一电厂获取用户管理的电池组实时数据
    List<Battinf> selectTydc3DRealTimeInfo(Long userId);
    //是否存在电池设备
    int hasBattBinf(String stationId);
    //获取所有的电池组
    List<Battinf> getInfInStation(String stationId);
    //1统计机房个数,设备个数,电池组个数(苏州地铁)
    List<Battinf> getAllInfInSz2(Integer userId);
    //查询battinf表中所有机房信息
    List<Battinf> getAllStationInSz2(Integer userId);
}