| | |
| | | } |
| | | LoginUserInfoVO loginUserInfo = this.getLoginUserInfoSureNoLogin(); |
| | | if (loginUserInfo != null) { |
| | | pageComActDiscussDTO.setCommunityId(loginUserInfo.getCommunityId()); |
| | | pageComActDiscussDTO.setLoginUserId(loginUserInfo.getUserId()); |
| | | |
| | | Integer isMy = pageComActDiscussDTO.getIsMy(); |
| | |
| | | return communityService.pageDiscussCommentApplets(pageComActDiscussCommentDTO); |
| | | } |
| | | |
| | | /** |
| | | * 议事投票-评论-删除 小程序 |
| | | * |
| | | * 分页参数 |
| | | * @return ComActDiscussCommentVO |
| | | */ |
| | | @ApiOperation(value = "一起议-评论-删除接口") |
| | | @DeleteMapping("deleteCommentApplets") |
| | | public R deleteCommentApplets(@RequestParam("id") String id) |
| | | { |
| | | return communityService.deleteCommentApplets(id); |
| | | } |
| | | |
| | | |
| | | |
| | | @ApiOperation(value = "一起议-评论-分页查询-脱敏", response = ComActDiscussCommentVO.class) |
| | | @PostMapping("pageDiscussCommentDesensitize") |
| | | public R pageDiscussCommentDesensitize(@RequestBody PageComActDiscussCommentDTO pageComActDiscussCommentDTO) { |