|
@@ -147,7 +147,7 @@ class DeclarationUpgradeForm extends Model
|
|
|
$decCountry = Countries::getById($decCountryId);
|
|
$decCountry = Countries::getById($decCountryId);
|
|
|
$decUserCurrencyRate = CurrencyConversions::getToUSDRate($decCountry['LOCAL_CURRENCY_ID']);
|
|
$decUserCurrencyRate = CurrencyConversions::getToUSDRate($decCountry['LOCAL_CURRENCY_ID']);
|
|
|
// 升级会员汇率
|
|
// 升级会员汇率
|
|
|
- $country = Countries::getById($this->countryId);
|
|
|
|
|
|
|
+ $country = Countries::getById($baseInfo['COUNTRY_ID']);
|
|
|
$currencyRate = CurrencyConversions::getToUSDRate($country['LOCAL_CURRENCY_ID']);
|
|
$currencyRate = CurrencyConversions::getToUSDRate($country['LOCAL_CURRENCY_ID']);
|
|
|
|
|
|
|
|
|
|
|