充值页面国家列表 根据后台配置展示
This commit is contained in:
parent
55cc89b6d8
commit
78797b1cc4
@ -67,7 +67,7 @@ public class UserProfileAndCountryQueryExe {
|
|||||||
userRegionClient.getRegionId(userProfile.getId())
|
userRegionClient.getRegionId(userProfile.getId())
|
||||||
);
|
);
|
||||||
|
|
||||||
if (Objects.equals(cmd.getSysOrigin(), SysOriginPlatformEnum.ASWAT.name())) {
|
if (Objects.equals(cmd.getSysOrigin(), SysOriginPlatformEnum.LIKEI.name())) {
|
||||||
ResponseAssert.isTrue(CommonErrorCode.NOT_SUPPORTED_REGION, StringUtils.isNotBlank(regionId));
|
ResponseAssert.isTrue(CommonErrorCode.NOT_SUPPORTED_REGION, StringUtils.isNotBlank(regionId));
|
||||||
|
|
||||||
List<RegionRelationDTO> regionRelationList = getRegionRelationList(userProfile, regionId);
|
List<RegionRelationDTO> regionRelationList = getRegionRelationList(userProfile, regionId);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user