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);