From c8aa9eee1c88260a7a0e18015438fe4322fc56a3 Mon Sep 17 00:00:00 2001 From: lidongdong <1459917685@qq.com> Date: 星期五, 08 三月 2024 10:18:08 +0800 Subject: [PATCH] 修改金汇社区奖励评分机制2 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActActivityServiceImpl.java | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActActivityServiceImpl.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActActivityServiceImpl.java index 82bd172..a082b0a 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActActivityServiceImpl.java +++ b/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()); -- Gitblit v1.7.1