lidongdong
2024-05-29 9aef6aaa9e3c51c50f06f2ae4583951bd73c1694
花城  修改随手拍管理模块9
1个文件已修改
14 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/java/com/panzhihua/community_backstage/api/CommunityActivityApi.java 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/java/com/panzhihua/community_backstage/api/CommunityActivityApi.java
@@ -1018,17 +1018,16 @@
                        // 2023/11/20 新逻辑
                        NewFightIntegral integral=new NewFightIntegral();
                        integral.setRemark("微心愿上传通过审核");
                        if(comActMicroWishVO.getCommunityId()==null)
                        if(comActMicroWishVO1.getCommunityId()==null)
                        {
                            integral.setCommunityId(getCommunityId()+"");
                        }
                        else
                        {
                            integral.setCommunityId(comActMicroWishVO.getCommunityId()+"");
                            integral.setCommunityId(comActMicroWishVO1.getCommunityId()+"");
                        }
                        integral.setUserId(comActMicroWishVO.getUserId()+"");
                        integral.setType("18");
                        integral.setUserId(comActMicroWishVO.getSponsorId()+"");
                        integral.setUserId(comActMicroWishVO1.getSponsorId()+"");
                        newStriveForFeign.upIntegral(integral);
@@ -1153,17 +1152,16 @@
                    // 2023/11/20 新逻辑
                    NewFightIntegral integral=new NewFightIntegral();
                    integral.setRemark("随手拍上传通过审核");
                    if(comActEasyPhotoVO.getCommunityId()==null)
                    if(comActEasyPhotoVO1.getCommunityId()==null)
                    {
                        integral.setCommunityId(getCommunityId()+"");
                    }
                    else
                    {
                        integral.setCommunityId(comActEasyPhotoVO.getCommunityId()+"");
                        integral.setCommunityId(comActEasyPhotoVO1.getCommunityId()+"");
                    }
                    integral.setUserId(comActEasyPhotoVO.getUserId()+"");
                    integral.setType("18");
                    integral.setUserId(comActEasyPhotoVO.getSponsorId()+"");
                    integral.setUserId(comActEasyPhotoVO1.getSponsorId()+"");
                    newStriveForFeign.upIntegral(integral);