Commit c5c9c0e5 authored by Quxl's avatar Quxl

x

parent e6be88f1
......@@ -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