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