Commit 34f5be2b authored by Quxl's avatar Quxl

x

parent a6f342b8
......@@ -61,7 +61,7 @@ public class CinemaController {
@ResponseBody
@PostMapping("getCinemaList")
@ApiOperation("查询影院列表")
@ApiOperation("查询影院影厅列表")
@ApiImplicitParams({
@ApiImplicitParam(paramType="query", name="index", value="分页页码"),
@ApiImplicitParam(paramType="query", name="limit", value="每页显示条数"),
......@@ -101,7 +101,7 @@ public class CinemaController {
@ResponseBody
@PostMapping("updateShowtime")
@ApiOperation("编辑场次")
@ApiOperation("保存场次信息")
public Object updateShowtime(Fc_cinema_showtime_model showtimeModel) {
common.update(showtimeModel);
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