appExtCommand.requireReqSysOriginEnum() 修复
This commit is contained in:
parent
712153896a
commit
f7d890bc03
@ -106,7 +106,7 @@ public class UserFreightBalanceRestServiceImpl implements UserFreightBalanceRest
|
|||||||
Map<Long, Long> transactionCountMap = freightGoldClient.mapTransactionCountByUserIds(pagedUserIds).getBody();
|
Map<Long, Long> transactionCountMap = freightGoldClient.mapTransactionCountByUserIds(pagedUserIds).getBody();
|
||||||
Map<Long, Boolean> followMap = userProfileGateway.mapIsFollow(reqUserId, pagedUserIds);
|
Map<Long, Boolean> followMap = userProfileGateway.mapIsFollow(reqUserId, pagedUserIds);
|
||||||
Map<Long, UserConsumptionLevel> consumptionLevelMap = userProfileGateway.getUserConsumptionLevel(
|
Map<Long, UserConsumptionLevel> consumptionLevelMap = userProfileGateway.getUserConsumptionLevel(
|
||||||
SysOriginPlatformEnum.valueOf(appExtCommand.getReqSysOrigin().getOrigin()), pagedUserIds);
|
appExtCommand.requireReqSysOriginEnum(), pagedUserIds);
|
||||||
|
|
||||||
AppCountryCodeCO appCountryCode = appConfigService.getAppCountryCode();
|
AppCountryCodeCO appCountryCode = appConfigService.getAppCountryCode();
|
||||||
Map<String, String> countryFlagMap = buildCountryFlagMap(appCountryCode);
|
Map<String, String> countryFlagMap = buildCountryFlagMap(appCountryCode);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user