Commit 224a34f1 authored by Quxl's avatar Quxl

x

parent c730468a
......@@ -39,7 +39,10 @@ public class CinemaController {
@ResponseBody
@PostMapping("saveOrUpdate")
@ApiOperation("保存影院影厅")
public Object saveOrUpdate(Fc_cinema_model cinemaModel) {
@ApiImplicitParams({
@ApiImplicitParam(paramType="query", name="sync", value="同步影厅 0:否, 1:是"),
})
public Object saveOrUpdate(Integer sync, Fc_cinema_model cinemaModel) {
common.save(cinemaModel);
return Rjx.jsonOk();
}
......
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