From ebfd0b0c9ac0feba1eca66783af5cdc8ec6ce38c Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 14 十二月 2022 11:17:00 +0800 Subject: [PATCH] feat: 添加暂不处理和暂不学习批处理接口 --- 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