springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/api/UserApi.java
@@ -807,7 +807,7 @@ */ @PostMapping("detailusercomunity") public R detailUserComunity(@RequestParam("userId") Long userId) { CommunityUserInfoVO communityUserInfoVO = new CommunityUserInfoVO(); CommunityUserInfoVO communityUserInfoVO; communityUserInfoVO = sysUserInputService.detailUserComunity(userId); if (communityUserInfoVO==null) { communityUserInfoVO = userService.detailUserComunity(userId);