moonsflyer пре 4 месеци
родитељ
комит
d439d61a94
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/shopapi/lists/GoodsLists.php

+ 1 - 1
app/shopapi/lists/GoodsLists.php

@@ -65,7 +65,7 @@ class GoodsLists extends BaseShopDataLists
             ->limit($this->limitOffset, $this->limitLength)
             ->order('sort desc,id desc')
             ->select();
-
+        dump($list);die;
         foreach ($list as $goods){
             $goods_item_count = GoodsItem::where(['goods_id'=>$goods['id']])->count();
             if($goods_item_count > 1){