baizonghao
2023-02-24 801b7d11f1ce9b49f35af7eec572143662c4daf4
ycl-platform/src/main/java/com/ycl/controller/caseHandler/ViolationsController.java
@@ -72,6 +72,7 @@
    @DeleteMapping("/batch_delete")
    @LogSave(operationType = "运营基础设置",contain = "批量删除违规事项")
    public CommonResult removeViolations(@RequestParam String[] ids) {
        return CommonResult.success(iDataDictionaryService.removeBatchByIds(Arrays.asList(ids)));
    }