|
@@ -489,7 +489,8 @@
|
|
|
tmgs.price_wholesale as "priceWholesale",
|
|
tmgs.price_wholesale as "priceWholesale",
|
|
|
tmgs.price_limited as "priceLimited",
|
|
tmgs.price_limited as "priceLimited",
|
|
|
tmgs.sku_images as "skuImages",
|
|
tmgs.sku_images as "skuImages",
|
|
|
- tmgs.remarks
|
|
|
|
|
|
|
+ tmgs.remarks,
|
|
|
|
|
+ tmgs.package
|
|
|
from dkic_b.t_mst_goods_sku as tmgs
|
|
from dkic_b.t_mst_goods_sku as tmgs
|
|
|
left join dkic_b.t_mst_goods_brand as tmgb on tmgs.brand_id = tmgb.brand_id
|
|
left join dkic_b.t_mst_goods_brand as tmgb on tmgs.brand_id = tmgb.brand_id
|
|
|
left join dkic_b.t_mst_goods_category as tmgc on tmgs.category_id = tmgc.cat_id
|
|
left join dkic_b.t_mst_goods_category as tmgc on tmgs.category_id = tmgc.cat_id
|