jinpengyong
2020-08-28 186ec9dcec258b3cead27c6874a828b9f48e1c8b
src/main/java/com/moral/mapper/MonitorPointMapper.java
@@ -22,4 +22,15 @@
    List<Device> getDeviceList(@Param("id") int id);
    //获取公司信息,通过id
    MonitorPoint getMonitorPointById(@Param("id") int id);
    List<MonitorPoint> getMonitorPointListByAccountId(@Param("id") int id);
    MonitorPoint byIdGetMonitorPoint(@Param("id")int id);
    MonitorPoint getFirstMonitorPointByAreaCode(@Param("areaCode") int areaCode);
    MonitorPoint getFirstMonitorPointByCityCode(@Param("cityCode") int cityCode);
    MonitorPoint getFirstMonitorPointByProvinceCode(@Param("provinceCode") int provinceCode);
    List<MonitorPoint>  getMonitorList(Map<String, Object> params);
}