baizonghao
2023-02-24 801b7d11f1ce9b49f35af7eec572143662c4daf4
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,7 +33,20 @@
    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();
    /**
     * 获取分页总数
     */
    Integer getTotalByType(String startTime, String endTime);
    Integer getTotalByStreet(String startTime, String endTime);
    Integer getTotalBySite(String startTime, String endTime);
    Integer getTotalByTime(String startTime, String endTime);