| | |
| | | * @return 党组织集合 |
| | | */ |
| | | @PostMapping("/partybuildIng/listpartyorganization") |
| | | List<PartyOrganizationVO> listPartyOrganization(); |
| | | R listPartyOrganization(); |
| | | |
| | | /** |
| | | * 批量新增党员 |
| | |
| | | * @return 活动详情内容 |
| | | */ |
| | | @PostMapping("/partybuildIng/activityinfo") |
| | | R activityinfo(@RequestParam("id") Integer id); |
| | | R activityinfo(@RequestParam("id") Long id); |
| | | |
| | | /** |
| | | * 查询指定社区的所有党员 |
| | |
| | | * @return 党员列表 |
| | | */ |
| | | @PostMapping("/partybuildIng/listPartyMember") |
| | | R listPartyMember(@RequestParam("communityId")Integer communityId); |
| | | R listPartyMember(@RequestParam("communityId")Long communityId); |
| | | |
| | | /** |
| | | * 社区下拉选择身份 |
| | |
| | | * @return 详情 |
| | | */ |
| | | @PostMapping("/partybuildIng/infodynamic") |
| | | R infoYnamic(@RequestParam("id") Integer id); |
| | | R infoYnamic(@RequestParam("id") Long id); |
| | | |
| | | /** |
| | | * 分页查询党员动态/政策文件 |
| | |
| | | * @return 删除结果 |
| | | */ |
| | | @PostMapping("/partybuildIng/deletedynamic") |
| | | R deleteYnamic(@RequestParam("id") Integer id); |
| | | R deleteYnamic(@RequestParam("id") Long id); |
| | | |
| | | /** |
| | | * 新增党员活动 |
| | |
| | | * @return 发布结果 |
| | | */ |
| | | @PostMapping("/partybuildIng/releaseactivity") |
| | | R releaseActivity(@RequestParam("id") Integer id); |
| | | R releaseActivity(@RequestParam("id") Long id); |
| | | |
| | | /** |
| | | * 删除党员活动 |
| | |
| | | * @return 删除结果 |
| | | */ |
| | | @PostMapping("/partybuildIng/deleteactivity") |
| | | R deleteActivity(@RequestParam("id") Integer id); |
| | | R deleteActivity(@RequestParam("id") Long id); |
| | | |
| | | /** |
| | | * 分页查询党员活动 |
| | |
| | | * @return 删除结果 |
| | | */ |
| | | @PostMapping("/partybuildIng/deletepartybuildingmember") |
| | | R deleteDynUser(@RequestParam("id") Integer id); |
| | | R deleteDynUser(@RequestParam("id") Long id); |
| | | |
| | | /** |
| | | * 取消活动 |