mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 07:32:48 +08:00
修复一个变量调用错误
This commit is contained in:
@@ -131,7 +131,7 @@ abstract class Driver
|
|||||||
Log::record($e->getMessage(), 'error');
|
Log::record($e->getMessage(), 'error');
|
||||||
return $this->connect($autoConnection, $linkNum);
|
return $this->connect($autoConnection, $linkNum);
|
||||||
} else {
|
} else {
|
||||||
throw new PDOException($e, $this->config, $queryStr);
|
throw new PDOException($e, $this->config, $this->queryStr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user