|
@@ -64,7 +64,7 @@ public class TaContractUserServiceImpl extends ServiceImpl<TaContractUserMapper,
|
64
|
64
|
if (null != taContractUser) {
|
65
|
65
|
TaContractUser firstCustomerInfo = getFirstCustomerInfo(person);
|
66
|
66
|
firstCustomerInfo.setRaiseRecordId(taRaiseRecord.getRaiseRecordId());
|
67
|
|
- firstCustomerInfo.setCertifiedAddress(getFddServerHost(person.getMiniappId(),taContractUser.getCertifiedAddress()));
|
|
67
|
+ firstCustomerInfo.setCertifiedAddress(getFddDownServerHost(person.getMiniappId(),taContractUser.getCertifiedAddress()));
|
68
|
68
|
return firstCustomerInfo;
|
69
|
69
|
}
|
70
|
70
|
//没有法大大账号的先注册
|