Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
chnmuseum-party
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
liqin
chnmuseum-party
Commits
199578be
Commit
199578be
authored
Apr 25, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
b317c6ec
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
ExhibitionBoardController.java
...useum/party/web/controller/ExhibitionBoardController.java
+2
-2
LearningContentController.java
...useum/party/web/controller/LearningContentController.java
+2
-2
VideoContentController.java
...hnmuseum/party/web/controller/VideoContentController.java
+2
-2
No files found.
src/main/java/cn/chnmuseum/party/web/controller/ExhibitionBoardController.java
View file @
199578be
...
...
@@ -355,9 +355,9 @@ public class ExhibitionBoardController extends BaseController {
@ApiOperation
(
value
=
"获取展板详情(审核详情使用)"
,
notes
=
"获取展板详情(审核详情使用)"
)
@ApiImplicitParams
({
@ApiImplicitParam
(
name
=
"
i
d"
,
value
=
"审核ID"
,
dataType
=
"String"
,
paramType
=
"path"
,
required
=
true
)
@ApiImplicitParam
(
name
=
"
auditI
d"
,
value
=
"审核ID"
,
dataType
=
"String"
,
paramType
=
"path"
,
required
=
true
)
})
@GetMapping
(
"/getAudit/{
i
d}"
)
@GetMapping
(
"/getAudit/{
auditI
d}"
)
@RequiresAuthentication
//@RequiresPermissions("video:content:get:id")
@MethodLog
(
operModule
=
OperModule
.
DISPLAYCONTENT
,
operType
=
OperType
.
SELECT
)
public
Map
<
String
,
Object
>
getAuditInfoById
(
@PathVariable
(
"auditId"
)
String
auditId
)
{
...
...
src/main/java/cn/chnmuseum/party/web/controller/LearningContentController.java
View file @
199578be
...
...
@@ -377,9 +377,9 @@ public class LearningContentController extends BaseController {
@ApiOperation
(
value
=
"获取学习内容详情(审核详情使用)"
,
notes
=
"获取学习内容详情(审核详情使用)"
)
@ApiImplicitParams
({
@ApiImplicitParam
(
name
=
"
i
d"
,
value
=
"审核ID"
,
dataType
=
"String"
,
paramType
=
"path"
)
@ApiImplicitParam
(
name
=
"
auditI
d"
,
value
=
"审核ID"
,
dataType
=
"String"
,
paramType
=
"path"
)
})
@GetMapping
(
"/getAudit/{
i
d}"
)
@GetMapping
(
"/getAudit/{
auditI
d}"
)
@RequiresAuthentication
//@RequiresPermissions("learning:content:get:id")
@MethodLog
(
operModule
=
OperModule
.
LEARNCONTENT
,
operType
=
OperType
.
SELECT
)
public
Map
<
String
,
Object
>
getAuditInfoById
(
@PathVariable
(
"auditId"
)
String
auditId
)
{
...
...
src/main/java/cn/chnmuseum/party/web/controller/VideoContentController.java
View file @
199578be
...
...
@@ -274,9 +274,9 @@ public class VideoContentController extends BaseController {
@ApiOperation
(
value
=
"获取视频内容详情(审核详情使用)"
,
notes
=
"获取视频内容详情(审核详情使用)"
)
@ApiImplicitParams
({
@ApiImplicitParam
(
name
=
"
i
d"
,
value
=
"审核ID"
,
dataType
=
"String"
,
paramType
=
"path"
,
required
=
true
)
@ApiImplicitParam
(
name
=
"
auditI
d"
,
value
=
"审核ID"
,
dataType
=
"String"
,
paramType
=
"path"
,
required
=
true
)
})
@GetMapping
(
"/getAudit/{
i
d}"
)
@GetMapping
(
"/getAudit/{
auditI
d}"
)
@RequiresAuthentication
//@RequiresPermissions("video:content:get:id")
@MethodLog
(
operModule
=
OperModule
.
VIDEOCONTENT
,
operType
=
OperType
.
SELECT
)
public
Map
<
String
,
Object
>
getAuditInfoById
(
@PathVariable
(
"auditId"
)
String
auditId
)
{
...
...
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