|
@@ -373,6 +373,7 @@ public class SysUserServiceImpl implements ISysUserService {
|
|
|
RemoteUserAccountBo data = result.getData();
|
|
RemoteUserAccountBo data = result.getData();
|
|
|
user.setCardId(data.getCardId());
|
|
user.setCardId(data.getCardId());
|
|
|
user.setCardNo(data.getCardNo());
|
|
user.setCardNo(data.getCardNo());
|
|
|
|
|
+ user.setUserNo(data.getUserNo());
|
|
|
return rows;
|
|
return rows;
|
|
|
} else {
|
|
} else {
|
|
|
throw new UserException(result.getMsg());
|
|
throw new UserException(result.getMsg());
|
|
@@ -381,7 +382,10 @@ public class SysUserServiceImpl implements ISysUserService {
|
|
|
//不自动开通
|
|
//不自动开通
|
|
|
remoteUserAccountBo.setAccountStatus("0");
|
|
remoteUserAccountBo.setAccountStatus("0");
|
|
|
remoteUserAccountService.insertByBo(remoteUserAccountBo);
|
|
remoteUserAccountService.insertByBo(remoteUserAccountBo);
|
|
|
|
|
+ user.setUserNo(remoteUserAccountBo.getUserNo());
|
|
|
}
|
|
}
|
|
|
|
|
+ SysUserVo vo = baseMapper.selectVoById(user.getUserId());
|
|
|
|
|
+ vo.setCardNo(user.getCardNo());
|
|
|
sendCloudConsume(baseMapper.selectVoById(user.getUserId()));
|
|
sendCloudConsume(baseMapper.selectVoById(user.getUserId()));
|
|
|
return rows;
|
|
return rows;
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|