dyjh 6 éve
szülő
commit
cd142894c9
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/Repositories/Album/Criteria/AgentWhere.php

+ 1 - 1
app/Repositories/Album/Criteria/AgentWhere.php

xqd
@@ -46,7 +46,7 @@ class AgentWhere extends Criteria {
             $model = $model->where([['store_id',$this->store_id]]);
         }
         if (isset($this->search['status']) && $this->search['status']) {
-            $status = $this->search['status'];dd(11);
+            $status = $this->search['status'];
             $model = $model->whereHas('user', function ($model) use ($status) {
                 if ($status == 3) {
                     $model->where('is_boss', 1);