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
c5875195
Commit
c5875195
authored
Jan 03, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
ec7b22e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
AdminFirstController.java
...va/com/egolm/film/api/web/admin/AdminFirstController.java
+4
-0
No files found.
src/main/java/com/egolm/film/api/web/admin/AdminFirstController.java
View file @
c5875195
...
...
@@ -205,6 +205,10 @@ public class AdminFirstController {
@ResponseBody
@PostMapping
(
"exchangeFilmNo"
)
@ApiOperation
(
"交换影片编号, id1影片会被更新初审待审核状态,id2影片会被更新为初审否决状态"
)
@ApiImplicitParams
({
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"int"
,
required
=
true
,
name
=
"id1"
,
value
=
"做为主影片,会被保留,状态重置为初审待审核"
),
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"int"
,
required
=
true
,
name
=
"id2"
,
value
=
"编号会被替换,并且状态会重置为初审否决"
),
})
public
Object
exchangeFilmNo
(
Integer
id1
,
Integer
id2
)
{
memberFilmService
.
exchangeFilmNo
(
id1
,
id2
);
return
Rjx
.
jsonOk
();
...
...
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