RuoYi
2020-06-04 ea9effaf327e6643dd7e09e05de6f6c7797a18ae
修正岗位导出权限注解
1 files modified
2 ■■■ changed files
ruoyi/src/main/java/com/ruoyi/project/system/controller/SysPostController.java 2 ●●● patch | view | raw | blame | history
ruoyi/src/main/java/com/ruoyi/project/system/controller/SysPostController.java
@@ -48,7 +48,7 @@
    }
    
    @Log(title = "岗位管理", businessType = BusinessType.EXPORT)
    @PreAuthorize("@ss.hasPermi('system:config:export')")
    @PreAuthorize("@ss.hasPermi('system:post:export')")
    @GetMapping("/export")
    public AjaxResult export(SysPost post)
    {