zhanghua
2023-11-03 7c4cd64b1d444dbbea40c660e7be47d1b6258da3
ycl-platform/src/main/java/com/ycl/controller/platformApi/AlarmController.java
@@ -79,6 +79,7 @@
        if (pointList.size() > 0) {
            VideoPoint videoPoint = pointList.get(0);
            if (videoPoint.getType() == 1) {
//                videoUtil.getKHPresets(code);
                return CommonResult.successApi(videoUtil.getKHVideo(code));
            } else {
                if (subType == null) {