root 9 years ago
parent
commit
44feb45d77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mobile/control/find.php

+ 1 - 1
mobile/control/find.php

@@ -36,7 +36,7 @@ class findControl extends mobileHomeControl
     public function updateDataOp()
     {
 
-        $sku_map = Model()->table('sku_map')->select();
+        $sku_map = Model()->table('sku_map')->limit(10000)->select();
 
         foreach ($sku_map as $value) {