mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正Query类的getLastSql方法
This commit is contained in:
@@ -185,7 +185,7 @@ class Query
|
||||
*/
|
||||
public function getLastSql()
|
||||
{
|
||||
return $this->connection->queryStr;
|
||||
return $this->connection->getLastSql();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user