Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
data_management_system
Commits
b62afa3e
Commit
b62afa3e
authored
Nov 30, 2022
by
zhuangxinwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小区封控,方舱人员管理权限标识符修改
parent
62d1a3e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
FcryController.java
.../java/com/ruoyi/web/controller/system/FcryController.java
+1
-1
FkqkController.java
.../java/com/ruoyi/web/controller/system/FkqkController.java
+1
-1
No files found.
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/FcryController.java
View file @
b62afa3e
...
...
@@ -130,7 +130,7 @@ public class FcryController extends BaseController
/**
* 导出方舱人员模板
*/
@PreAuthorize
(
"@ss.hasPermi('system:fcry:
exportTemplate
')"
)
@PreAuthorize
(
"@ss.hasPermi('system:fcry:
import
')"
)
@Log
(
title
=
"方舱人员"
,
businessType
=
BusinessType
.
EXPORT
)
@PostMapping
(
"/exportTemplate"
)
public
void
exportTemplate
(
HttpServletResponse
response
)
throws
Exception
{
...
...
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/FkqkController.java
View file @
b62afa3e
...
...
@@ -124,7 +124,7 @@ public class FkqkController extends BaseController
/**
* 导出小区封控情况模板
*/
@PreAuthorize
(
"@ss.hasPermi('system:fkqk:
exportTemplate
')"
)
@PreAuthorize
(
"@ss.hasPermi('system:fkqk:
import
')"
)
@Log
(
title
=
"小区封控情况"
,
businessType
=
BusinessType
.
EXPORT
)
@PostMapping
(
"/exportTemplate"
)
public
void
exportTemplate
(
HttpServletResponse
response
)
throws
Exception
{
...
...
Write
Preview
Markdown
is supported
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