Merge branch 'huacheng_test' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ into huacheng_test
| | |
| | | private Long id; |
| | | |
| | | @ApiModelProperty("邻里圈id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long circleId; |
| | | |
| | | @ApiModelProperty("用户id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long userId; |
| | | |
| | | @ApiModelProperty("评论用户名字") |
| | |
| | | @ApiOperation(value = "动态/政策文件详情", response = PartyBuildingComPbDynVO.class) |
| | | @GetMapping("infodynamic") |
| | | public R infoYnamic(@RequestParam("id") Long id) { |
| | | return partyBuildingService.infoYnamic(id); |
| | | return partyBuildingWestService.infoYnamic(id); |
| | | } |
| | | |
| | | @ApiOperation(value = "分页查询党员动态/政策文件", response = PartyCommitteeVO.class) |