baizonghao
2023-02-24 bcc6047ef19e2bd7a83c7f6e6abcb2cd1d8107cc
ycl-platform/src/main/java/com/ycl/mapper/unlawful/UnlawfulMapper.java
@@ -2,6 +2,7 @@
import com.ycl.dto.statistics.CategoryDto;
import com.ycl.dto.statistics.StatusDto;
import com.ycl.dto.statistics.TimeDto;
import java.util.List;
@@ -32,6 +33,13 @@
    StatusDto getStatusDataBySite(String startTime, String endTime, String site);
    List<String> getDataBySiteExp();
    /**
     * 按报警时间
     */
    List<TimeDto> getDataByTime(Integer currentPage, Integer pageSize, String startTime, String endTime);
    StatusDto getStatusDataByTime(String startTime, String endTime, Integer id);
    List<TimeDto> getDataByTimeExp();