在线监测功能
1.预处理生成超标数据和无数据监测点数据 2.分页查询数据 3.生成预告警单(处理中)
This commit is contained in:
@@ -18,5 +18,4 @@ import org.apache.ibatis.annotations.Param;
|
||||
public interface LineWarningMapper extends MppBaseMapper<LineWarning> {
|
||||
|
||||
Page<OnlineVo> page(@Param("page") Page<LineWarning> page, @Param("ew") QueryWrapper<LineWarning> queryWrapper);
|
||||
|
||||
}
|
||||
|
||||
@@ -29,5 +29,4 @@
|
||||
and ${ew.sqlSegment}
|
||||
</where>
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user