记得上下班打卡 | git大法好,push需谨慎

Commit 8335d0c1 authored by anjiabin's avatar anjiabin

修改百度链用户开通

parent 5c017187
...@@ -86,7 +86,7 @@ public class GalaxyUserController { ...@@ -86,7 +86,7 @@ public class GalaxyUserController {
} }
//获取至信链用户开通信息 //获取至信链用户开通信息
GalaxyUserInfoBo userInfoBo = dataUtils.getGalaxyUserInfo(GalaxyEnum.RouterTypeEnum.ZXINCHAIN.getCode(), reqDto.getUserId()); GalaxyUserInfoBo userInfoBo = dataUtils.getGalaxyUserInfo(GalaxyEnum.RouterTypeEnum.ZXINCHAIN.getCode(), reqDto.getUserId());
if(StringUtil.isNotEmpty(userInfoBo.getBlockChainAddress())){ if(StringUtil.isNotNull(userInfoBo)&&StringUtil.isNotEmpty(userInfoBo.getBlockChainAddress())){
reqDto.setRouterType(GalaxyEnum.RouterTypeEnum.XUPER.getCode()); reqDto.setRouterType(GalaxyEnum.RouterTypeEnum.XUPER.getCode());
ResponseDto<GalaxyUserRegisterRespDto> responseDto = xuperUserCommonBiz.userRegister(reqDto); ResponseDto<GalaxyUserRegisterRespDto> responseDto = xuperUserCommonBiz.userRegister(reqDto);
if(responseDto.isSuccess()){ if(responseDto.isSuccess()){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment