wl
2022-12-13 407e8bed7378a56b2008ad539ef8bdfc6e034bd2
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));
    }
}
}