|
|
@@ -621,6 +621,7 @@ class ApproachDeclarationForm extends Model
|
|
|
// 报单中心汇率
|
|
|
$userInfo = User::findOne(\Yii::$app->user->id);
|
|
|
$decCountryId = $userInfo->COUNTRY_ID;
|
|
|
+ $decCountry = Countries::getById($decCountryId);
|
|
|
$decUserCurrencyRate = CurrencyConversions::getToUSDRate($decCountry['LOCAL_CURRENCY_ID']);
|
|
|
// 升级会员汇率
|
|
|
$country = Countries::getById($this->countryId);
|