tab where order_id = '$order_id'"; $result = $this->fetchRow($sql); if ($result !== false) { return Util::returnArrSu('', $result); } else { return Util::returnArrEr('数据库错误'); } } }