lidongdong
2023-08-25 f2c6c73737324ce5755545770f484dff10f1e834
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/IndexApi.java
@@ -108,9 +108,7 @@
            return R.fail("用户未绑定社区");
        }
        Long userId = loginUserInfo.getUserId();
        if (null==comActEasyPhotoVO.getCommunityId()){
            comActEasyPhotoVO.setCommunityId(communityId);
        }
        comActEasyPhotoVO.setCommunityId(communityId);
        comActEasyPhotoVO.setSponsorId(userId);
        comActEasyPhotoVO.setStatus(1);
        return communityService.addEasyPhoto(comActEasyPhotoVO);