From faebf870f42c6c304153159b956e75c040ae420a Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 13 十二月 2022 15:38:50 +0800 Subject: [PATCH] fix: 实时视频参数判断 --- ycl-platform/src/main/java/com/ycl/controller/resources/VideoResourcesController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/controller/resources/VideoResourcesController.java b/ycl-platform/src/main/java/com/ycl/controller/resources/VideoResourcesController.java index f650fb1..8fe358b 100644 --- a/ycl-platform/src/main/java/com/ycl/controller/resources/VideoResourcesController.java +++ b/ycl-platform/src/main/java/com/ycl/controller/resources/VideoResourcesController.java @@ -67,4 +67,4 @@ public CommonResult delete(@RequestParam List<Integer> ids) { return CommonResult.success(iVideoResourcesService.removeBatchByIds(ids)); } -} +} \ No newline at end of file -- Gitblit v1.8.0