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