dyjh 6 years ago
parent
commit
ea6b7f4915
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Repositories/Album/Criteria/AgentWhere.php

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

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