From 6a3238046f22e2d9a4978a088102f54317f9e697 Mon Sep 17 00:00:00 2001 From: puhanshu <a9236326> Date: 星期五, 22 七月 2022 17:23:41 +0800 Subject: [PATCH] bug修改 --- springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/NeighborApi.java | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/NeighborApi.java b/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/NeighborApi.java index e10e280..e74ed9c 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/NeighborApi.java +++ b/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/NeighborApi.java @@ -207,9 +207,8 @@ @ApiOperation(value = "查询社区邻里圈话题列表", response = ComActNeighborCircleTopicAppVO.class) @GetMapping("topic/list") public R getNeighborTopicByApp( - @RequestParam(value = "name",defaultValue = "",required = false) String name, - @RequestParam(value = "belongType", defaultValue = "1", required = false) Integer belongType) { - return communityService.getNeighborTopicByApp(name, belongType); + @RequestParam(value = "name",defaultValue = "",required = false) String name) { + return communityService.getNeighborTopicByApp(name); } @ApiOperation(value = "用户删除邻里圈") -- Gitblit v1.7.1