diff --git a/common/models/CustomerSearch.php b/common/models/CustomerSearch.php index bf2fb4c..d307076 100644 --- a/common/models/CustomerSearch.php +++ b/common/models/CustomerSearch.php @@ -96,7 +96,7 @@ ]); } else { $query->andWhere([ - 'type', + 'type' => 1, ]); } -- libgit2 0.21.4