Commit e6be88f1 authored by Quxl's avatar Quxl

x

parent 02c2691b
......@@ -46,7 +46,7 @@ public class CinemaController {
@ResponseBody
@PostMapping("getGroupByCinemaList")
@ApiOperation("查询影院列表(不包含影厅信息,且GroupBy去重)")
@ApiOperation("查询影院列表,不包含影厅信息,且GroupBy去重")
public Object getGroupByCinemaList(String keyword) {
List<Map<String, Object>> list = service.getCinemaListForSelected(keyword);
return Rjx.jsonOk().setData(list);
......
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