From 19988d179e6a380e6976830c985bc5e31c972918 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 25 Sep 2025 18:09:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E9=81=93=E5=85=B7=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E7=B4=AF=E8=AE=A1=E8=B4=A2=E5=AF=8C=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/infra/gateway/props/PropsStoreGatewayImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/props/PropsStoreGatewayImpl.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/props/PropsStoreGatewayImpl.java index cc1bed13..54b17cd0 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/props/PropsStoreGatewayImpl.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/props/PropsStoreGatewayImpl.java @@ -490,8 +490,8 @@ public class PropsStoreGatewayImpl implements PropsStoreGateway { .setType(productProps.propsResourcesTypeName()) .withCreateUser(productProps.getInitiateUserId())); - // 累计财富等级 - if (ArithmeticUtils.gtZero(productProps.getPropsPrices()) + // 累计财富等级, 购买商品不再累计财富等级 + /*if (ArithmeticUtils.gtZero(productProps.getPropsPrices()) && Objects.equals(productProps.getAppendWealth(), Boolean.TRUE)) { consumptionLevelService.incrConsumptionGolds(productProps.getInitiateUserId(), productProps.getPropsPrices()); @@ -502,7 +502,7 @@ public class PropsStoreGatewayImpl implements PropsStoreGateway { .day(LocalDateTimeUtils.nowFormat("yyyy-MM-dd")) .build()); - } + }*/ // 统计销售情况 if (Objects.nonNull(productProps.getCountSysOrigin())) {