springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommunityApi.java
@@ -388,9 +388,9 @@ } } if(StringUtils.isEmpty(comActDynVO.getCover())){ comActDynVO.setCover(comActDynDO.getCover()); } // if(StringUtils.isEmpty(comActDynVO.getCover())){ // comActDynVO.setCover(comActDynDO.getCover()); // } BeanUtils.copyProperties(comActDynVO, comActDynDO); boolean update = comActDynService.updateById(comActDynDO); @@ -1789,4 +1789,6 @@ public R readUserReward(@RequestParam("userId") Long userId,@RequestParam("communityId") Long communityId) { return comActEasyPhotoService.readUserReward(userId,communityId); } }