From f7d890bc034cfd47689d1db6b9050bab7cfc8a52 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 27 May 2026 12:09:29 +0800 Subject: [PATCH] =?UTF-8?q?appExtCommand.requireReqSysOriginEnum()=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/user/impl/UserFreightBalanceRestServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/impl/UserFreightBalanceRestServiceImpl.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/impl/UserFreightBalanceRestServiceImpl.java index fd8930f6..7a997f6e 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/impl/UserFreightBalanceRestServiceImpl.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/impl/UserFreightBalanceRestServiceImpl.java @@ -106,7 +106,7 @@ public class UserFreightBalanceRestServiceImpl implements UserFreightBalanceRest Map transactionCountMap = freightGoldClient.mapTransactionCountByUserIds(pagedUserIds).getBody(); Map followMap = userProfileGateway.mapIsFollow(reqUserId, pagedUserIds); Map consumptionLevelMap = userProfileGateway.getUserConsumptionLevel( - SysOriginPlatformEnum.valueOf(appExtCommand.getReqSysOrigin().getOrigin()), pagedUserIds); + appExtCommand.requireReqSysOriginEnum(), pagedUserIds); AppCountryCodeCO appCountryCode = appConfigService.getAppCountryCode(); Map countryFlagMap = buildCountryFlagMap(appCountryCode);