This commit is contained in:
aozhiwei 2024-08-01 17:22:18 +08:00
parent 5f0266a434
commit 55de57d626

View File

@ -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;
}