From d99a56e37cf9109b46ee68d34a06594ef5615ed3 Mon Sep 17 00:00:00 2001
From: 张天森 <1292933220@qq.com>
Date: 星期四, 10 十一月 2022 16:06:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/huacheng_test' into huacheng_test

---
 springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/CommunitySwitchApi.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/CommunitySwitchApi.java b/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/CommunitySwitchApi.java
index eddb342..2e8ffc4 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/CommunitySwitchApi.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/CommunitySwitchApi.java
@@ -27,13 +27,13 @@
     @ApiOperation(value = "查询所有社区", response = StreetAllAppletsVO.class)
     @GetMapping("/list/noToken")
     public R list() {
-        return communityService.communitySwitchList(this.getAreaCode());
+        return communityService.communitySwitchList(this.getAppId());
     }
 
     @ApiOperation(value = "根据名字搜索社区", response = CommunitySwitchAllAppletsVO.class)
     @GetMapping("/search/noToken")
     public R search(@RequestParam(value = "name") String name) {
-        return communityService.communitySwitchSearchList(name,this.getAreaCode());
+        return communityService.communitySwitchSearchList(name,this.getAppId());
     }
 
     @ApiOperation(value = "根据距离搜索社区", response = CommunitySwitchAllAppletsVO.class)

--
Gitblit v1.7.1