Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
ea9effaf
Commit
ea9effaf
authored
Jun 04, 2020
by
RuoYi
Browse files
修正岗位导出权限注解
parent
4cb4de86
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi/src/main/java/com/ruoyi/project/system/controller/SysPostController.java
View file @
ea9effaf
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment