燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2024-03-13 f6e0b62b719eeb948125c98cf6ceb249f70645f6
src/main/java/com/yssh/mapper/QxshMapper.java
@@ -1,6 +1,7 @@
package com.yssh.mapper;
import com.yssh.entity.Qxsh;
import com.yssh.entity.SuYuanMonitorData;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -14,6 +15,8 @@
 */
@Mapper
public interface QxshMapper {
    List<SuYuanMonitorData> getNewMonitorData(String name, String start, String end);
    public List<Qxsh> selectByTime(String time);
    public List<Qxsh> selectMonthTop10(String time);
@@ -34,6 +37,10 @@
    public List<Map<String, Object>> count7DayForAlarm(@Param("start") Integer start, @Param("end") Integer end);
    public Integer countFastSuYuan(@Param("id") String id, @Param("time") String time);
    public Integer hasSuYuan(@Param("suYuanId") String suYuanId, @Param("createTime") String createTime);
    public List<Qxsh> select3Hours(@Param("start") Integer start, @Param("end") Integer end);
    public Qxsh selectByTimeAndName(@Param("time") Integer time, @Param("name") String name);