/** * 更新记录 * @access public * @param mixed $data 数据 * @param array $options 表达式 * @return bool */ $result = $this->_collection->update($query,$set); //这个应该有第三个参数啊 ??