修正岗位导出权限注解

This commit is contained in:
RuoYi 2020-06-04 13:57:25 +08:00
parent 4cb4de86db
commit ea9effaf32
1 changed files with 1 additions and 1 deletions

View File

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