From 71a0eddabe8987e1b2bf6ae9f49c374a399a5b97 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期三, 14 十二月 2022 15:18:47 +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