| | |
| | | return groupManager.indexDeptList(param); |
| | | } |
| | | |
| | | // /** |
| | | // * 首页--抓拍跟踪信息 |
| | | // * |
| | | // * @param param |
| | | // * @return |
| | | // */ |
| | | // @RequestMapping("/index-snap-list") |
| | | // @ResponseBody |
| | | // public PageResponse<List<SnapRecord>> indexSnapList(@RequestBody IgdsBaseParam param) { |
| | | // |
| | | // return groupManager.indexSnapList(param); |
| | | // } |
| | | |
| | | /** |
| | | * 首页--抓拍跟踪信息 |
| | | * |
| | |
| | | */ |
| | | @RequestMapping("/index-snap-list") |
| | | @ResponseBody |
| | | public PageResponse<List<SnapRecord>> indexSnapList(@RequestBody IgdsBaseParam param) { |
| | | public PageResponse<List<EventInfo>> indexSnapList(@RequestBody IgdsBaseParam param) { |
| | | |
| | | return groupManager.indexSnapList(param); |
| | | return groupManager.indexEventInfoList(param); |
| | | } |
| | | |
| | | } |