mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-08-30 12:45:32 +08:00
Query类lock方法支持传入字符串
This commit is contained in:
@@ -1493,7 +1493,7 @@ class Query
|
||||
/**
|
||||
* 指定查询lock
|
||||
* @access public
|
||||
* @param boolean $lock 是否lock
|
||||
* @param bool|string $lock 是否lock
|
||||
* @return $this
|
||||
*/
|
||||
public function lock($lock = false)
|
||||
|
||||
Reference in New Issue
Block a user