333152, 'xhUnitType' => 1], 'id DESC', '*', null, true); if (!empty($list)) { foreach ($list as $key => $item) { $cost = $item->cost ?? 0; $ratio = $item->ratio ?? 21; $productId = $item->productId ?? 0; $name = $item->name ?? ''; if ($cost < 10) { echo $productId . ' ' . $name . ' ' . $cost . ' ' . $ratio . "\n"; } } } } }