From a22c110d080fe4387cd7b29a9bd36a727eb5944a Mon Sep 17 00:00:00 2001 From: manailin <261030956@qq.com> Date: 星期三, 08 十二月 2021 09:49:36 +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