| | |
| | | * @return 邻里圈话题列表 |
| | | */ |
| | | @GetMapping("/neighbor/getNeighborTopicByApp") |
| | | R getNeighborTopicByApp(@RequestParam("communityId") Long communityId,@RequestParam("isZero") Integer isZero,@RequestParam("name") String name); |
| | | R getNeighborTopicByApp(@RequestParam("communityId") Long communityId,@RequestParam("isZero") Integer isZero,@RequestParam("name") String name,@RequestParam("belongType") Integer belongType); |
| | | |
| | | /** |
| | | * 综治后台-查询社区列表 |
| | |
| | | |
| | | |
| | | /** |
| | | * 5项常规统计 |
| | | * @return |
| | | */ |
| | | @GetMapping("/comActAcidRecord/fiveCount") |
| | | R comActAcidRecordFiveCount(); |
| | | |
| | | |
| | | /** |
| | | * 分页查询所有数据 |
| | | * |
| | | * @param commonPage 查询实体 |
| | |
| | | */ |
| | | @PostMapping("/comActReserveDangerArea/updateBatch") |
| | | R updateBatchComActReserveDangerArea(@RequestBody EditDangerBatchDTO editDangerBatchDTO); |
| | | |
| | | @GetMapping("/comAreaTownCommunity/areaTownCommunity") |
| | | R areaTownCommunity(@RequestParam("name")String name); |
| | | } |