Explorar el Código

read channel function update sql limit 1000

ayHaru hace 4 años
padre
commit
35a1bd158d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      helper/refill/ProviderManager.php

+ 1 - 1
helper/refill/ProviderManager.php

@@ -151,7 +151,7 @@ class ProviderManager
     private function read_channel()
     {
         $refill_provider = Model('refill_provider');
-        $items = $refill_provider->getProviderList([]);
+        $items = $refill_provider->getProviderList(['provider_id' => ['gt' , 0]]);
 
         $result = [];
         foreach ($items as $item) {