| | |
| | | getCommunityId()+"",null); |
| | | } |
| | | |
| | | @ApiOperation(value = "社区共建项目删除", response = NewFightCommunityConstructionDTO.class) |
| | | @ApiOperation(value = "社区共建项目详情", response = NewFightCommunityConstructionDTO.class) |
| | | @GetMapping("/getNewFightCommunityDetails") |
| | | public R getNewFightCommunityDetails(@RequestParam("id") String id) |
| | | { |
| | | return newStriveForFeign.getNewFightCommunityDetails(id); |
| | | return newStriveForFeign.getNewFightCommunityDetails(id,getUserId()+""); |
| | | } |
| | | |
| | | @ApiOperation(value = "社区共建项目添加") |
| | |
| | | } |
| | | return r; |
| | | } |
| | | |
| | | |
| | | |
| | | /************************************************************************************************************ |