| | |
| | | * @return 类型列表 |
| | | */ |
| | | @PostMapping("listbuildtype") |
| | | R listBuildType(); |
| | | R listBuildType(@RequestParam("communityId")Long communityId); |
| | | |
| | | /** |
| | | * 分页查询 其他建筑 |
| | |
| | | /** |
| | | * 小程序查询邻里圈话题列表 |
| | | * |
| | | * @param communityId |
| | | * 社区id |
| | | * @return 邻里圈话题列表 |
| | | */ |
| | | @GetMapping("/neighbor/getNeighborTopicByApp") |
| | | R getNeighborTopicByApp(@RequestParam("communityId") Long communityId,@RequestParam("isZero") Integer isZero,@RequestParam("name") String name); |
| | | R getNeighborTopicByApp(@RequestParam("name") String name); |
| | | |
| | | /** |
| | | * 删除话题 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | @GetMapping("/neighbor/deleteNeighborTopic") |
| | | R deleteNeighborTopic(@RequestParam("id") Long id); |
| | | |
| | | /** |
| | | * 综治后台-查询社区列表 |
| | |
| | | * @return |
| | | */ |
| | | @GetMapping("/comActAcidRecord/fiveCount") |
| | | R comActAcidRecordFiveCount(); |
| | | R comActAcidRecordFiveCount(@RequestParam("localCity")String localCity); |
| | | |
| | | /** |
| | | * 7项常规统计 |
| | | * @return |
| | | */ |
| | | @GetMapping("/comActAcidRecord/fiveCountPlus") |
| | | R comActAcidRecordFiveCountPlus(@RequestParam("date")String date); |
| | | |
| | | @GetMapping("/comActAcidRecord/statics") |
| | | R comActAcidRecordStatics(@RequestParam("date")String date); |
| | | |
| | | /** |
| | | * 分页查询所有数据 |
| | |
| | | */ |
| | | @PostMapping("/comActReserveDangerArea/updateBatch") |
| | | R updateBatchComActReserveDangerArea(@RequestBody EditDangerBatchDTO editDangerBatchDTO); |
| | | |
| | | @GetMapping("/comAreaTownCommunity/areaTownCommunity") |
| | | R areaTownCommunity(@RequestParam("name")String name); |
| | | |
| | | /** |
| | | * 物业公司详情 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | @GetMapping("/comProperty/detail") |
| | | R detailProperty(@RequestParam("id") Long id); |
| | | } |