jinpengyong
2020-08-28 186ec9dcec258b3cead27c6874a828b9f48e1c8b
src/main/java/com/moral/mapper/MonitorPointMapper.java
@@ -24,6 +24,7 @@
    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);
@@ -31,4 +32,5 @@
    MonitorPoint getFirstMonitorPointByProvinceCode(@Param("provinceCode") int provinceCode);
    List<MonitorPoint>  getMonitorList(Map<String, Object> params);
}