罗yu 元桥
2021-04-28 6c3dcdcb89e181aac47e60a001dbe9e8921c8e79
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/NeighborApi.java
@@ -29,9 +29,9 @@
    private CommunityService communityService;
    @ApiOperation(value = "分页查询邻里圈列表" , response = ComActNeighborCircleAppVO.class)
    @PostMapping("page")
    @PostMapping("pageApp")
    public R pageNeighbor(@RequestBody ComActNeighborCircleAppDTO neighborCircleAppDTO) {
        return communityService.pageNeighbor(neighborCircleAppDTO);
        return communityService.pageNeighborByApp(neighborCircleAppDTO);
    }