springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoEventController.java
@@ -166,7 +166,7 @@ ComEvent comEvent=new ComEvent(); BeanUtils.copyProperties(comEventVO, comEvent); LoginUserInfoVO loginUserInfo = getLoginUserInfo(); String appId = loginUserInfo.getAppId(); String appId = userService.detailUser(loginUserInfo.getUserId()).getData().getAppId(); comEvent.setAppId(appId); return comEventService.pageByComEvent(comEvent, pagination,this.getLoginUserInfo()); } springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComEventServiceImpl.java
@@ -97,7 +97,7 @@ Boolean isExpertCheck=false; Long expertId=null; Boolean isStretAccount = isStreetAccount(loginUserInfoVO); comEvent.setAppId(loginUserInfoVO.getAppId()); // comEvent.setAppId(loginUserInfoVO.getAppId()); if (nonNull(comEvent.getUserType())){ if (comEvent.getUserType().equals(1)){ //个人账号权限