From 55de57d626fa366480fb36271a40c4940d2c6ac4 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 1 Aug 2024 17:22:18 +0800 Subject: [PATCH] 1 --- webapp/controller/BigwheelController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/BigwheelController.class.php b/webapp/controller/BigwheelController.class.php index 2bf6adce..366c6b76 100644 --- a/webapp/controller/BigwheelController.class.php +++ b/webapp/controller/BigwheelController.class.php @@ -250,7 +250,7 @@ class BigwheelController extends BaseAuthedController { 'buy_price' => 0, ); $gridRef = null; - $this->getGridRefByGridId($data, $meta['id'], $girdRef); + $this->getGridRefByGridId($data, $meta['id'], $gridRef); if (!empty($gridRef)) { $item = $gridRef; }