zhanghua
2022-12-12 fd071f321fb967f36cf795fc40b4f2e87e89e69d
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));
    }
}
}