Commit c730468a authored by Quxl's avatar Quxl

x

parent c5c9c0e5
......@@ -70,8 +70,8 @@ public class CinemaController {
@ApiOperation("保存排片时间")
@ApiImplicitParams({
@ApiImplicitParam(paramType="query", name="cinema_id", value="影院放映厅ID"),
@ApiImplicitParam(paramType="query", name="show_date", value="排片日期"),
@ApiImplicitParam(paramType="query", name="show_time", value="排片时间"),
@ApiImplicitParam(paramType="query", name="show_date", value="排片日期", allowMultiple=true),
@ApiImplicitParam(paramType="query", name="show_time", value="排片时间", allowMultiple=true),
})
public Object saveShowtime(Integer cinema_id, @DateTimeFormat(pattern="yyyy-MM-dd")Date[] show_date, String[] show_time) {
Date now = new Date();
......
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