mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
Think/Db/Driver类 参数绑定方法bindParam改为bindValue
避免多个参数绑定时存在的引用问题
This commit is contained in:
@@ -160,4 +160,4 @@ class Sqlsrv extends Driver{
|
||||
return $this->execute($sql,$this->parseBind(!empty($options['bind'])?$options['bind']:[]));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user