新增 财富值修复

This commit is contained in:
tianfeng 2026-05-27 12:05:34 +08:00
parent 0dee3e6ca9
commit b86e7515f0

View File

@ -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<Long, Long> transactionCountMap = freightGoldClient.mapTransactionCountByUserIds(pagedUserIds).getBody();
Map<Long, Boolean> followMap = userProfileGateway.mapIsFollow(reqUserId, pagedUserIds);
Map<Long, UserConsumptionLevel> consumptionLevelMap = userProfileGateway.getUserConsumptionLevel(
appExtCommand.getReqSysOriginPlatformEnum(), pagedUserIds);
SysOriginPlatformEnum.valueOf(appExtCommand.getReqSysOrigin().getOrigin()), pagedUserIds);
AppCountryCodeCO appCountryCode = appConfigService.getAppCountryCode();
Map<String, String> countryFlagMap = buildCountryFlagMap(appCountryCode);