mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正事务方法
This commit is contained in:
@@ -521,7 +521,8 @@ abstract class Connection
|
|||||||
$item[] = $result;
|
$item[] = $result;
|
||||||
}
|
}
|
||||||
} while ($this->PDOStatement->nextRowset());
|
} while ($this->PDOStatement->nextRowset());
|
||||||
return $result;
|
$this->numRows = count($item);
|
||||||
|
return $item;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user