$totalPrice, "totalCount" => $totalCount, ]; return $data; } $orderlist = self::field("name12")->where('name8', $popularize_id)->select(); foreach ($orderlist as $k => $v) { $totalPrice += $v["name12"]; } $totalCount = count($orderlist); $data = [ "totalPrice" => $totalPrice, "totalCount" => $totalCount, ]; return $data; } }