Browse Source

admin update

haru haru 3 years ago
parent
commit
6f05a33743
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/control/provider_group.php

+ 1 - 1
admin/control/provider_group.php

@@ -199,7 +199,7 @@ class provider_groupControl extends SystemControl
                 ->field('refill_provider.provider_id,refill_provider.name,store.store_name')
                 ->join('inner')
                 ->on('store.store_id=refill_provider.store_id')
-                ->where(['type' => $type, 'opened' => 1, 'qualitys' => ['like', '%' . $quality . '%']])
+                ->where(['type' => $type, 'qualitys' => ['like', '%' . $quality . '%']])
                 ->limit(1000)
                 ->order('opened asc , provider_id desc')
                 ->select();