dyjh 6 年之前
父節點
當前提交
de1dfca0b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Admin/Album/AgentController.php

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

xqd
@@ -27,7 +27,7 @@ class AgentController extends Controller
         if(!$this->repository) $this->repository = $repository;
     }
 
-    function index(Request $request) {dd($this->getStoreId());
+    function index(Request $request) {
         $search['keyword'] = $request->input('keyword');
         $search['status'] = $request->input('status') ?? -1;
         $query = $this->repository->pushCriteria(new AgentWhere($search, $this->getStoreId()));