lidongdong
2023-09-04 f4623e396170835095f90772f3f9a406dcba7836
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(loginUserInfo.getUserId()).getData().getType());
        loginUserInfo1.setType(userService.detailUser(this.getUserId()).getData().getType());
        loginUserInfo1.setType(loginUserInfo.getType());
        return comEventService.pageByComEvent(comEvent, pagination,loginUserInfo1);
    }