springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoEventController.java
@@ -166,8 +166,10 @@ ComEvent comEvent=new ComEvent(); BeanUtils.copyProperties(comEventVO, comEvent); LoginUserInfoVO loginUserInfo = getLoginUserInfo(); String appId = userService.detailUser(loginUserInfo.getUserId()).getData().getAppId(); comEvent.setAppId(appId); if (isNull(comEventVO.getAppId())){ String appId = userService.detailUser(loginUserInfo.getUserId()).getData().getAppId(); comEvent.setAppId(appId); } return comEventService.pageByComEvent(comEvent, pagination,this.getLoginUserInfo()); }