moonsflyer 4 luni în urmă
părinte
comite
8ee261b35e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;
+//        dump($list);die;
         foreach ($list as $goods){
             $goods_item_count = GoodsItem::where(['goods_id'=>$goods['id']])->count();
             if($goods_item_count > 1){