dyjh %!s(int64=6) %!d(string=hai) anos
pai
achega
ea6b7f4915
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Repositories/Album/Criteria/AgentWhere.php

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

xqd
@@ -59,7 +59,7 @@ class AgentWhere extends Criteria {
                 $model = $model->where([['status', 0]]);
             }
         }
-
+        $model = $model->where('s',1);
 
         return $model;
     }