Commit 3342cb27 authored by hj's avatar hj

更新提交

parent ea25a433
...@@ -206,6 +206,7 @@ class RhawnProductService ...@@ -206,6 +206,7 @@ class RhawnProductService
$products['p_price'] = $products['p_price']; $products['p_price'] = $products['p_price'];
} }
}*/ }*/
$products = $this->getHotProducts($products);
$promotions = $this->rhawnProductRepository->getProductPromotionByPid($products['p_id']); $promotions = $this->rhawnProductRepository->getProductPromotionByPid($products['p_id']);
$productPromotions = []; $productPromotions = [];
if($promotions){ if($promotions){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment