yanghui
2022-11-10 4e5501208c23915306c40aafad80f9893f8a1b50
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/ComAreaTownCommunityApi.java
@@ -31,6 +31,6 @@
    @ApiOperation(value = "列表查询",response = ComAreaCounty.class)
    @GetMapping("/areaTownCommunity")
    public R test(){
       return  communityService.areaTownCommunity(this.getLoginUserInfo().getName());
       return  communityService.areaTownCommunity("panzhihua",this.getUserId());
    }
}