| | |
| | | } |
| | | |
| | | /** |
| | | * 统计大屏查询清单列表 |
| | | * |
| | | * @param comActNeighborCircleAdminDTO |
| | | * 请求参数 |
| | | * @return 邻里圈列表 |
| | | */ |
| | | @PostMapping("pageNeighborByBigScreen") |
| | | public R pageNeighborByBigScreen(@RequestBody ComActNeighborCircleAdminDTO comActNeighborCircleAdminDTO) { |
| | | return comActNeighborCircleService.pageNeighborByBigScreen(comActNeighborCircleAdminDTO); |
| | | } |
| | | /** |
| | | * 后台添加邻里圈 |
| | | * |
| | | * @param addNeighborCircleAdminVO |
| | |
| | | return comActNeighborCircleTopicService.getNeighborTopicByApp(name); |
| | | } |
| | | |
| | | @GetMapping("/getNeighborTopicByAppNew") |
| | | public R getNeighborTopicByAppNew(@RequestParam("name") String name){ |
| | | return comActNeighborCircleTopicService.getNeighborTopicByAppNew(name); |
| | | } |
| | | |
| | | /** |
| | | * 删除话题 |
| | | * @param id |