|
|
@@ -143,7 +143,8 @@ class ApproachDeclarationUpgradeForm extends Model
|
|
|
}
|
|
|
|
|
|
// 报单中心汇率
|
|
|
- $decCountry = User::getEnCodeInfo(\Yii::$app->user->id)['COUNTRY_ID'];
|
|
|
+ $decCountryId = User::getEnCodeInfo(\Yii::$app->user->id)['COUNTRY_ID'];
|
|
|
+ $decCountry = Countries::getById($decCountryId);
|
|
|
$decUserCurrencyRate = CurrencyConversions::getToUSDRate($decCountry['LOCAL_CURRENCY_ID']);
|
|
|
// 升级会员汇率
|
|
|
$country = Countries::getById($baseInfo['COUNTRY_ID']);
|