Authored by wangnan

Update ProductIndex全字段来源与逻辑.md

### yh_shops库product表
ProductIndex字段 | yproduct表字段
ProductIndex字段 | product表字段
-----|-----
product_id | product_id
product_skn | erp_product_id
... ... @@ -45,7 +45,7 @@ sell_channels | sell_channels
age_level | age_level
app_type | app_type
</br>
###yh_shops库brand表
ProductIndex字段| brand表字段
-----|-----
... ... @@ -56,7 +56,6 @@ hot_keyword | hot_keyword
brand_name | brand_name
brand_domain | brand_domain
brand_alif | brand_alif
-----|-----
### yh_shops库product_sort表
... ... @@ -72,13 +71,10 @@ is_instalment | yh_shops库product表is_instalment
country_id | yh_shops库product表country_id
### yh_shops库product_price表
ProductIndex字段 | yh_shops库product_price表
条件:
``
`product.`id` = `product_price`.`product_id`
``
-----|-----|
###yh_shops库product_price表
ProductIndex字段 | yh_shops库product_price表 条件:`product.`id` = `product_price`.`product_id`
-----|-----
special_price | special_price
market_price | market_price
vip_discount_type |vip_discount_type
... ...