RuoYi
2020-06-10 58be317c54e6f564222a9a2fcf5fb1eb4f61bf9c
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/SysDictTypeController.java
@@ -110,6 +110,18 @@
    }
    /**
     * 清空缓存
     */
    @PreAuthorize("@ss.hasPermi('system:dict:remove')")
    @Log(title = "字典类型", businessType = BusinessType.CLEAN)
    @DeleteMapping("/clearCache")
    public AjaxResult clearCache()
    {
        dictTypeService.clearCache();
        return AjaxResult.success();
    }
    /**
     * 获取字典选择框列表
     */
    @GetMapping("/optionselect")