shish %!s(int64=2) %!d(string=hai) anos
pai
achega
d6bdb35eed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(['mainId' => 10975], null, '*', null, true);
+        $itemList = ItemClass::getAllByCondition(['mainId' => 50], null, '*', null, true);
         if (empty($itemList)) {
             util::stop('没有找到花材');
         }