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 121d694f..fd8930f6 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 @@ -1,6 +1,7 @@ package com.red.circle.other.app.service.user.impl; import com.baomidou.mybatisplus.core.toolkit.StringUtils; +import com.red.circle.common.business.core.enums.SysOriginPlatformEnum; import com.red.circle.common.business.dto.cmd.AppExtCommand; import com.red.circle.framework.core.asserts.ResponseAssert; import com.red.circle.framework.dto.PageResult; @@ -105,7 +106,7 @@ public class UserFreightBalanceRestServiceImpl implements UserFreightBalanceRest Map transactionCountMap = freightGoldClient.mapTransactionCountByUserIds(pagedUserIds).getBody(); Map followMap = userProfileGateway.mapIsFollow(reqUserId, pagedUserIds); Map consumptionLevelMap = userProfileGateway.getUserConsumptionLevel( - appExtCommand.getReqSysOriginPlatformEnum(), pagedUserIds); + SysOriginPlatformEnum.valueOf(appExtCommand.getReqSysOrigin().getOrigin()), pagedUserIds); AppCountryCodeCO appCountryCode = appConfigService.getAppCountryCode(); Map countryFlagMap = buildCountryFlagMap(appCountryCode);