修正岗位导出权限注解

This commit is contained in:
RuoYi
2020-06-08 07:49:12 +08:00
committed by 疯狂的狮子li
parent c0ec6ff152
commit 99979fa4e3

View File

@@ -50,7 +50,7 @@ public class SysPostController extends BaseController
}
@Log(title = "岗位管理", businessType = BusinessType.EXPORT)
@PreAuthorize("@ss.hasPermi('system:config:export')")
@PreAuthorize("@ss.hasPermi('system:post:export')")
@PostMapping("/export")
public void export(HttpServletResponse response, SysPost post) throws IOException
{