...
|
...
|
@@ -158,7 +158,8 @@ exports.processProductList = (list, options) => { |
|
|
}],
|
|
|
sales_price: product.orign_price,
|
|
|
market_price: null,
|
|
|
tbl_country_name: product.country_name
|
|
|
tbl_country_name: product.country_name,
|
|
|
tbl_brand_id: product.brand_id
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|