jinpengyong
2020-08-10 8a4fccc993cbef14b83443d91e51e9b74664eab5
src/main/java/com/moral/mapper/MonitorPointMapper.java
@@ -24,4 +24,12 @@
    MonitorPoint getMonitorPointById(@Param("id") int id);
    List<MonitorPoint> getMonitorPointListByAccountId(@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);
}