aijinhui
2023-10-12 87a2fe3e6f1472a7e87e02d3fd956eee17b85352
ard-work/src/main/java/com/ruoyi/inspect/controller/ArdVideoInspectRecordController.java
@@ -1,5 +1,6 @@
package com.ruoyi.inspect.controller;
import java.util.HashMap;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
@@ -42,7 +43,7 @@
    @GetMapping("/listByStartTime")
    public TableDataInfo listByStartTime(ArdVideoInspectRecord ardVideoInspectRecord) {
        startPage();
        List list = ardVideoInspectRecordService.selectArdVideoInspectRecordListByStartTime(ardVideoInspectRecord);
        List<HashMap> list = ardVideoInspectRecordService.selectArdVideoInspectRecordListByStartTime(ardVideoInspectRecord);
        return getDataTable(list);
    }