| | |
| | | import com.dy.pipIrrGlobal.pojoPr.PrMonitoringFlowmeter; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @author ZhuBaoMin |
| | | * @date 2024-01-05 10:18 |
| | |
| | | * @return 符合条件记录数量 |
| | | */ |
| | | Integer getBindRecordCount(@Param("monitoringId") Long monitoringId, @Param("flowmeterId") Long flowmeterId, @Param("operateType") Byte operateType); |
| | | |
| | | /** |
| | | * 根据 流量监测站编号 获取 绑定记录 按操作时间降序 |
| | | * @param monitoringId 监测站编号 |
| | | * @return 绑定记录 |
| | | */ |
| | | List<Map<String, Object>> getBingRecordsByMonitoringId(Long monitoringId); |
| | | } |