疯狂的狮子Li
2022-06-03 5479b4db2bd08154f4cef3a65de6f6c94f9bf707
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();
    }
    /**