Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sentinel
Project
Project
Details
Activity
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
曲欣亮
sentinel
Commits
a43b69a9
Commit
a43b69a9
authored
Nov 19, 2018
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xx
parent
a441f0ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
AdminAuthController.java
...in/java/com/egolm/film/api/admin/AdminAuthController.java
+3
-3
No files found.
src/main/java/com/egolm/film/api/admin/AdminAuthController.java
View file @
a43b69a9
...
@@ -128,7 +128,7 @@ public class AdminAuthController {
...
@@ -128,7 +128,7 @@ public class AdminAuthController {
@ResponseBody
@ResponseBody
@RequestMapping
(
"groupList"
)
@RequestMapping
(
"groupList"
)
@ApiOperation
(
"管理
员分组,
分页查询"
)
@ApiOperation
(
"管理
组
分页查询"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"string"
,
required
=
false
,
name
=
"keyword"
,
value
=
"关键字"
),
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"string"
,
required
=
false
,
name
=
"keyword"
,
value
=
"关键字"
),
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"long"
,
required
=
true
,
name
=
"index"
,
value
=
"分页编号"
),
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"long"
,
required
=
true
,
name
=
"index"
,
value
=
"分页编号"
),
...
@@ -144,7 +144,7 @@ public class AdminAuthController {
...
@@ -144,7 +144,7 @@ public class AdminAuthController {
@ResponseBody
@ResponseBody
@RequestMapping
(
"allAuth"
)
@RequestMapping
(
"allAuth"
)
@ApiOperation
(
"全部权限查询"
)
@ApiOperation
(
"全部
管理组
权限查询"
)
public
Object
allAuth
()
throws
FileNotFoundException
{
public
Object
allAuth
()
throws
FileNotFoundException
{
File
file
=
ResourceUtils
.
getFile
(
"classpath:auth_admin.json"
);
File
file
=
ResourceUtils
.
getFile
(
"classpath:auth_admin.json"
);
String
json
=
FileUtil
.
fileToString
(
file
);
String
json
=
FileUtil
.
fileToString
(
file
);
...
@@ -164,7 +164,7 @@ public class AdminAuthController {
...
@@ -164,7 +164,7 @@ public class AdminAuthController {
@ResponseBody
@ResponseBody
@RequestMapping
(
"groupSaveOrUpdate"
)
@RequestMapping
(
"groupSaveOrUpdate"
)
@ApiOperation
(
"保存或更新组"
)
@ApiOperation
(
"保存或更新
管理
组"
)
public
Object
groupSaveOrUpdate
(
Integer
group_id
,
String
group_name
,
Integer
state
,
String
[]
pwoer
,
String
group_power
)
{
public
Object
groupSaveOrUpdate
(
Integer
group_id
,
String
group_name
,
Integer
state
,
String
[]
pwoer
,
String
group_power
)
{
Fc_admin_group
group
=
new
Fc_admin_group
();
Fc_admin_group
group
=
new
Fc_admin_group
();
group
.
setGroup_id
(
group_id
);
group
.
setGroup_id
(
group_id
);
...
...
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