| | |
| | | whistleDto.setUserId(this.getUserId()); |
| | | return easyPhotoEvaluateFeign.evaluateEasyApplets(whistleDto); |
| | | } |
| | | |
| | | |
| | | |
| | | /***************************************************************************************************************** |
| | | * |
| | | * 社区宣传 |
| | | * |
| | | ******************************************************************************************************************/ |
| | | @ApiOperation(value = "获取社区宣传", response = CommunityPublicityVO.class) |
| | | @GetMapping("/getCommunityPublicityData") |
| | | public R getCommunityPublicityData(@RequestParam("communityId") String communityId) |
| | | { |
| | | return communityService.getCommunityPublicityData(communityId); |
| | | } |
| | | |
| | | |
| | | // @ApiOperation(value = "添加社区宣传") |
| | | // @PostMapping("/addCommunityPublicityDate") |
| | | // public R addCommunityPublicityDate(@RequestBody CommunityPublicityVO item) |
| | | // { |
| | | // return communityService.addCommunityPublicityDate(item); |
| | | // } |
| | | // |
| | | // @ApiOperation(value = "编辑社区宣传") |
| | | // @PostMapping("/editCommunityPublicityDate") |
| | | // public R editCommunityPublicityDate(@RequestBody CommunityPublicityVO item) |
| | | // { |
| | | // return communityService.editCommunityPublicityDate(item); |
| | | // } |
| | | // |
| | | // @ApiOperation(value = "删除社区宣传") |
| | | // @DeleteMapping("/deleteCommunityPublicityData") |
| | | // public R deleteCommunityPublicityData(@RequestParam("communityId") String communityId) |
| | | // { |
| | | // return communityService.deleteCommunityPublicityData(communityId); |
| | | // } |
| | | // |
| | | // |
| | | |
| | | } |