|
|
@@ -281,7 +281,7 @@ class ShopGoodsForm extends Model
|
|
|
|
|
|
$shopGoodsNature = new ShopGoodsNature();
|
|
|
$shopGoodsNature->GOODS_ID = $model->ID;
|
|
|
- $shopGoodsNature->COUNTRY_ID = $item['countryId'];
|
|
|
+ $shopGoodsNature->COUNTRY_ID = $item['ID'];
|
|
|
$shopGoodsNature->LOCAL_CURRENCY_ID = $country['LOCAL_CURRENCY_ID'];
|
|
|
$shopGoodsNature->MARKET_PRICE = $item['sellPrice'];
|
|
|
$shopGoodsNature->SELL_PRICE = $model->SELL_PRICE_STANDARD * $rate;
|