lidongdong
2023-11-14 ce4a770744d7a0b4e4ea3b5101556b94e72bdf1c
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);