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); }