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);