shish 2 years ago
parent
commit
3add9f433e
1 changed files with 1 additions and 1 deletions
  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' => 50], null, '*', null, true);
+        $itemList = ItemClass::getAllByCondition(['mainId' => 53], null, '*', null, true);
         if (empty($itemList)) {
             util::stop('没有找到花材');
         }