lidongdong
2023-09-04 80f38d720d7c2dca0a67b60d4cc0a6e6e5cc522d
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoEventController.java
@@ -176,7 +176,7 @@
        }
        comEvent.setCommunityId(loginUserInfo.getCommunityId());
        LoginUserInfoVO loginUserInfo1 = this.getLoginUserInfo();
        loginUserInfo1.setType(userService.detailUser(this.getUserId()).getData().getType());
//        loginUserInfo1.setType(userService.detailUser(this.getUserId()).getData().getType());
        loginUserInfo1.setType(loginUserInfo.getType());
        return comEventService.pageByComEvent(comEvent, pagination,loginUserInfo1);
    }