dyjh 6 年之前
父节点
当前提交
90b41d2f2a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Admin/Album/AgentController.php

+ 1 - 1
app/Http/Controllers/Admin/Album/AgentController.php

xqd
@@ -38,7 +38,7 @@ class AgentController extends Controller
             $query = $query->pushCriteria(new OrderBy('id','DESC'));
         }
         $list = $query->paginate();
-      //  dd($list);
+        dd($list);
         foreach ($list as $item){
             $product = AlbumProductPriceModel::where([['agent_id',$item->id],['store_id',$this->getStoreId()]])->first();
             if(!empty($product)){