shish 2 lat temu
rodzic
commit
33fdebc606
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      console/controllers/ItemController.php

+ 1 - 1
console/controllers/ItemController.php

@@ -40,7 +40,7 @@ class ItemController extends Controller
     {
         ini_set('memory_limit', '5120M');
         set_time_limit(0);
-        $itemList = ItemClass::getAllByCondition(['id>' => 0], null, '*', null, true);
+        $itemList = ItemClass::getAllByCondition(['mainId' => 10975], null, '*', null, true);
         if (empty($itemList)) {
             util::stop('没有找到花材');
         }