moonsflyer 4 月之前
父節點
當前提交
8ee261b35e
共有 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;
+//        dump($list);die;
         foreach ($list as $goods){
             $goods_item_count = GoodsItem::where(['goods_id'=>$goods['id']])->count();
             if($goods_item_count > 1){