新增 财富值修复
This commit is contained in:
parent
0dee3e6ca9
commit
b86e7515f0
@ -1,6 +1,7 @@
|
|||||||
package com.red.circle.other.app.service.user.impl;
|
package com.red.circle.other.app.service.user.impl;
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.toolkit.StringUtils;
|
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.common.business.dto.cmd.AppExtCommand;
|
||||||
import com.red.circle.framework.core.asserts.ResponseAssert;
|
import com.red.circle.framework.core.asserts.ResponseAssert;
|
||||||
import com.red.circle.framework.dto.PageResult;
|
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, 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(
|
||||||
appExtCommand.getReqSysOriginPlatformEnum(), pagedUserIds);
|
SysOriginPlatformEnum.valueOf(appExtCommand.getReqSysOrigin().getOrigin()), 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