Commit 34f5be2b authored by Quxl's avatar Quxl

x

parent a6f342b8
...@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment