疯狂的狮子Li
2022-05-28 1dceadba4c53f26ab1bf829cb5717e3cfa9a3478
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysDictTypeController.java
@@ -98,7 +98,7 @@
    @DeleteMapping("/{dictIds}")
    public R<Void> remove(@ApiParam("字典ID串") @PathVariable Long[] dictIds) {
        dictTypeService.deleteDictTypeByIds(dictIds);
        return success();
        return R.ok();
    }
    /**