mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
修正
This commit is contained in:
@@ -485,7 +485,7 @@ abstract class Connection
|
|||||||
*/
|
*/
|
||||||
protected function getResult($pdo = false, $procedure = false)
|
protected function getResult($pdo = false, $procedure = false)
|
||||||
{
|
{
|
||||||
if (true === $class) {
|
if ($pdo) {
|
||||||
// 返回PDOStatement对象处理
|
// 返回PDOStatement对象处理
|
||||||
return $this->PDOStatement;
|
return $this->PDOStatement;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user