优化代码

This commit is contained in:
thinkphp
2017-01-31 10:47:17 +08:00
parent a3aa8a6de8
commit 1d23f67e11

View File

@@ -2473,8 +2473,6 @@ class Query
} }
} elseif (!empty($options['fail'])) { } elseif (!empty($options['fail'])) {
$this->throwNotFound($options); $this->throwNotFound($options);
} else {
$result = null;
} }
return $result; return $result;
} }