疯狂的狮子Li
2022-02-19 edce19e406dee954e2f35fe828c30851f4cbd30d
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();
    }
    /**