作者 RuoYi

修正岗位导出权限注解

@@ -48,7 +48,7 @@ public class SysPostController extends BaseController @@ -48,7 +48,7 @@ public class SysPostController extends BaseController
48 } 48 }
49 49
50 @Log(title = "岗位管理", businessType = BusinessType.EXPORT) 50 @Log(title = "岗位管理", businessType = BusinessType.EXPORT)
51 - @PreAuthorize("@ss.hasPermi('system:config:export')") 51 + @PreAuthorize("@ss.hasPermi('system:post:export')")
52 @GetMapping("/export") 52 @GetMapping("/export")
53 public AjaxResult export(SysPost post) 53 public AjaxResult export(SysPost post)
54 { 54 {