diff --git a/mall-admin/src/main/resources/dao/PmsProductDao.xml b/mall-admin/src/main/resources/dao/PmsProductDao.xml index 9872b31..eea09a9 100644 --- a/mall-admin/src/main/resources/dao/PmsProductDao.xml +++ b/mall-admin/src/main/resources/dao/PmsProductDao.xml @@ -24,7 +24,7 @@ l.id ladder_id,l.product_id ladder_product_id,l.discount ladder_discount,l.count ladder_count,l.price ladder_price, pf.id full_id,pf.product_id full_product_id,pf.full_price full_full_price,pf.reduce_price full_reduce_price, m.id member_id,m.product_id member_product_id,m.member_level_id member_member_level_id,m.member_price member_member_price,m.member_level_name member_member_level_name, - s.id sku_id,s.product_id sku_product_id,s.price sku_price,s.low_stock sku_low_stock,s.pic sku_pic,s.sale sku_sale,s.sku_code sku_sku_code,s.stock sku_stock,s.sp_data sku_sp_data, + s.id sku_id,s.product_id sku_product_id,s.price sku_price,s.promotion_price sku_promotion_price,s.low_stock sku_low_stock,s.pic sku_pic,s.sale sku_sale,s.sku_code sku_sku_code,s.stock sku_stock,s.sp_data sku_sp_data, a.id attribute_id,a.product_id attribute_product_id,a.product_attribute_id attribute_product_attribute_id,a.value attribute_value FROM pms_product p LEFT JOIN pms_product_category pc on pc.id = p.product_category_id