From b84a8a3de5719b5368ce5d6c3b93a2d5f68f9f3c Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期二, 16 八月 2022 14:26:07 +0800 Subject: [PATCH] bug修改 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActIntegralUserTradeServiceImpl.java | 3 ++- 1 files changed, 2 insertions(+), 1 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 59089a0..eb4131b 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 @@ -196,7 +196,7 @@ Integer changeType = ComActIntegralUserTradeDO.changeType.add; - if (!type.equals(8)) { + if (!type.equals(8) && !type.equals(4) && !type.equals(5) && !type.equals(6) && !type.equals(9)) { // 查询随手拍增加积分数量 ComActIntegralRuleDO integralRuleDO = comActIntegralRuleService.getOne(new QueryWrapper<ComActIntegralRuleDO>().lambda() @@ -289,6 +289,7 @@ changeType = ComActIntegralUserTradeDO.changeType.reduce; amount = -integralUserDTO.getIntegral(); remark.append(integralUserDTO.getRemark()); + identityType = integralUserDTO.getSignIdentity(); break; case 4: case 5: -- Gitblit v1.7.1