mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
注释修正
This commit is contained in:
@@ -813,7 +813,6 @@ class Model {
|
|||||||
}else{
|
}else{
|
||||||
$this->options['where'] = $where;
|
$this->options['where'] = $where;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -932,7 +931,7 @@ class Model {
|
|||||||
/**
|
/**
|
||||||
* 指定参数绑定
|
* 指定参数绑定
|
||||||
* @access public
|
* @access public
|
||||||
* @param string $filter 指定过滤方法
|
* @param array $bind 指定参数绑定
|
||||||
* @return Model
|
* @return Model
|
||||||
*/
|
*/
|
||||||
public function bind($bind){
|
public function bind($bind){
|
||||||
|
|||||||
Reference in New Issue
Block a user