改进Input类

This commit is contained in:
thinkphp
2016-06-04 17:33:33 +08:00
parent 40b8b30dc7
commit 326ef84f3b
2 changed files with 2 additions and 2 deletions

View File

@@ -503,7 +503,7 @@ class Query
* 支持使用数据库字段和方法
* @access public
* @param string|array $field 字段名
* @param string $value 字段值
* @param mixed $value 字段值
* @return integer
*/
public function setField($field, $value = '')