lidongdong
2024-03-08 c8aa9eee1c88260a7a0e18015438fe4322fc56a3
修改金汇社区奖励评分机制2
1个文件已修改
12 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActActivityServiceImpl.java 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActActivityServiceImpl.java
@@ -1526,10 +1526,6 @@
            switch (comActActActRegistDO.getSignIdentity())
            {
                case 1:
                    if(comActActivityDO.getParticipantRewardWay()==1)
                    {
                        rewardIntegral=rewardIntegral*(comActActActRegistDO.getTimes());
                    }
                    if(comActActivityDO.getParticipantRewardWay()==2)
                    {
                        int hours = com.panzhihua.common.utlis.DateUtils.getHour(comActActActRegistDO.getStartTime(), comActActActRegistDO.getEndTime());
@@ -1541,10 +1537,6 @@
                    break;
                case 2:
                    if(comActActivityDO.getPbRewardWay()==1)
                    {
                        rewardIntegral=rewardIntegral*(comActActActRegistDO.getTimes());
                    }
                    if(comActActivityDO.getPbRewardWay()==2)
                    {
                        int hours = com.panzhihua.common.utlis.DateUtils.getHour(comActActActRegistDO.getStartTime(), comActActActRegistDO.getEndTime());
@@ -1556,10 +1548,6 @@
                    break;
                case 3:
                    if(comActActivityDO.getVolunteerRewardWay()==1)
                    {
                        rewardIntegral=rewardIntegral*(comActActActRegistDO.getTimes());
                    }
                    if(comActActivityDO.getVolunteerRewardWay()==2)
                    {
                        int hours = com.panzhihua.common.utlis.DateUtils.getHour(comActActActRegistDO.getStartTime(), comActActActRegistDO.getEndTime());