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