|
|
@@ -844,7 +844,7 @@ class OrderForm extends Model
|
|
|
$decCountry = Countries::getById($decCountryId);
|
|
|
$decUserCurrencyRate = CurrencyConversions::getToUSDRate($decCountry['LOCAL_CURRENCY_ID']);
|
|
|
// 会员汇率
|
|
|
- $country = Countries::getById($userId);
|
|
|
+ $country = Countries::getById($user['COUNTRY_ID']);
|
|
|
$currencyRate = CurrencyConversions::getToUSDRate($country['LOCAL_CURRENCY_ID']);
|
|
|
|
|
|
foreach ($this->goodsNum as $k => $v) {
|