|
@@ -150,7 +150,7 @@ class GoodsLogic extends BaseLogic
|
|
|
$goods->lineation_price = $goods->spec_value_list[0]->lineation_price;
|
|
$goods->lineation_price = $goods->spec_value_list[0]->lineation_price;
|
|
|
|
|
|
|
|
$goods->goods_comment = $this->getComment($goods->id);
|
|
$goods->goods_comment = $this->getComment($goods->id);
|
|
|
-
|
|
|
|
|
|
|
+ $goods->goods_comment_count = count($this->getComment($goods->id));
|
|
|
$goods->click_num += $goods->virtual_click_num;
|
|
$goods->click_num += $goods->virtual_click_num;
|
|
|
$goods->unit_name = '';
|
|
$goods->unit_name = '';
|
|
|
if($goods->unit_id){
|
|
if($goods->unit_id){
|