Authored by yyq

global list

@@ -158,7 +158,8 @@ exports.processProductList = (list, options) => { @@ -158,7 +158,8 @@ exports.processProductList = (list, options) => {
158 }], 158 }],
159 sales_price: product.orign_price, 159 sales_price: product.orign_price,
160 market_price: null, 160 market_price: null,
161 - tbl_country_name: product.country_name 161 + tbl_country_name: product.country_name,
  162 + tbl_brand_id: product.brand_id
162 }); 163 });
163 } 164 }
164 165