yanghui
2022-11-01 85d4b0a96e53f57d9598a89f46029e1fb7d074df
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());
    }
}