|
@@ -1318,9 +1318,9 @@ abstract class BaseQuery
|
|
// 主键条件分析
|
|
// 主键条件分析
|
|
$this->parsePkWhere($data);
|
|
$this->parsePkWhere($data);
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+var_dump(2);
|
|
$resultSet = $this->connection->select($this);
|
|
$resultSet = $this->connection->select($this);
|
|
-
|
|
|
|
|
|
+var_dump($resultSet);die;
|
|
// 返回结果处理
|
|
// 返回结果处理
|
|
if (!empty($this->options['fail']) && count($resultSet) == 0) {
|
|
if (!empty($this->options['fail']) && count($resultSet) == 0) {
|
|
$this->throwNotFound();
|
|
$this->throwNotFound();
|