From f8b116ce4c5edea7e33c31347d2065ce33fa5f53 Mon Sep 17 00:00:00 2001 From: puhanshu <a9236326> Date: 星期五, 22 十月 2021 09:41:10 +0800 Subject: [PATCH] 活动积分优化相关代码提交 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActIntegralUserTradeServiceImpl.java | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActIntegralUserTradeServiceImpl.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActIntegralUserTradeServiceImpl.java index fa5be90..7f588c4 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActIntegralUserTradeServiceImpl.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActIntegralUserTradeServiceImpl.java @@ -312,13 +312,14 @@ identityType=1; } } - }else { - ComPbActivityDO comPbActivityDO = comBpActivityDAO.selectById(serviceId); - if(comPbActivityDO!=null){ - amount=comPbActivityDO.getRewardIntegral(); - identityType=2; - } } +// else { +// ComPbActivityDO comPbActivityDO = comBpActivityDAO.selectById(serviceId); +// if(comPbActivityDO!=null){ +// amount=comPbActivityDO.getRewardIntegral(); +// identityType=2; +// } +// } default: break; } -- Gitblit v1.7.1