src/main/java/com/whyc/mapper/BattInfMapper.java
@@ -56,6 +56,9 @@ List<BattInf> getDischrChart(@Param("uid") Integer uid); List<BattInf> getListByUserId(Integer userId); List<BattInf> getListByCondition(Integer userId, BattInf battInf); //获取站点下的电池组(下拉) List<BattInf> getBattByUid(@Param("uid") Integer uid, @Param("provice") String provice, @Param("city") String city, @Param("country") String country, @Param("stationName") String stationName); //根据查询条件获取电池组集合