appExtCommand.requireReqSysOriginEnum() 修复

This commit is contained in:
tianfeng 2026-05-27 12:09:29 +08:00
parent 712153896a
commit f7d890bc03

View File

@ -106,7 +106,7 @@ public class UserFreightBalanceRestServiceImpl implements UserFreightBalanceRest
Map<Long, Long> transactionCountMap = freightGoldClient.mapTransactionCountByUserIds(pagedUserIds).getBody();
Map<Long, Boolean> followMap = userProfileGateway.mapIsFollow(reqUserId, pagedUserIds);
Map<Long, UserConsumptionLevel> consumptionLevelMap = userProfileGateway.getUserConsumptionLevel(
SysOriginPlatformEnum.valueOf(appExtCommand.getReqSysOrigin().getOrigin()), pagedUserIds);
appExtCommand.requireReqSysOriginEnum(), pagedUserIds);
AppCountryCodeCO appCountryCode = appConfigService.getAppCountryCode();
Map<String, String> countryFlagMap = buildCountryFlagMap(appCountryCode);