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