Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
member-api
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
曲欣亮
member-api
Commits
34f5be2b
Commit
34f5be2b
authored
Apr 24, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
a6f342b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CinemaController.java
...n/java/com/egolm/film/api/web/admin/CinemaController.java
+2
-2
No files found.
src/main/java/com/egolm/film/api/web/admin/CinemaController.java
View file @
34f5be2b
...
@@ -61,7 +61,7 @@ public class CinemaController {
...
@@ -61,7 +61,7 @@ public class CinemaController {
@ResponseBody
@ResponseBody
@PostMapping
(
"getCinemaList"
)
@PostMapping
(
"getCinemaList"
)
@ApiOperation
(
"查询影院列表"
)
@ApiOperation
(
"查询影院
影厅
列表"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
paramType
=
"query"
,
name
=
"index"
,
value
=
"分页页码"
),
@ApiImplicitParam
(
paramType
=
"query"
,
name
=
"index"
,
value
=
"分页页码"
),
@ApiImplicitParam
(
paramType
=
"query"
,
name
=
"limit"
,
value
=
"每页显示条数"
),
@ApiImplicitParam
(
paramType
=
"query"
,
name
=
"limit"
,
value
=
"每页显示条数"
),
...
@@ -101,7 +101,7 @@ public class CinemaController {
...
@@ -101,7 +101,7 @@ public class CinemaController {
@ResponseBody
@ResponseBody
@PostMapping
(
"updateShowtime"
)
@PostMapping
(
"updateShowtime"
)
@ApiOperation
(
"
编辑场次
"
)
@ApiOperation
(
"
保存场次信息
"
)
public
Object
updateShowtime
(
Fc_cinema_showtime_model
showtimeModel
)
{
public
Object
updateShowtime
(
Fc_cinema_showtime_model
showtimeModel
)
{
common
.
update
(
showtimeModel
);
common
.
update
(
showtimeModel
);
service
.
setTmpData
(
showtimeModel
.
getId
());
service
.
setTmpData
(
showtimeModel
.
getId
());
...
...
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