于紫祥_1901
2020-08-13 ef8f1e9b23d20751838e853a5afe1f703ad562a2
src/main/java/com/moral/mapper/MonitorPointMapper.java
@@ -24,4 +24,13 @@
    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);
}