lgy 2 months ago
parent
commit
254f354b02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/vendor/topthink/think-orm/src/db/BaseQuery.php

+ 1 - 1
jcjyhr/vendor/topthink/think-orm/src/db/BaseQuery.php

@@ -1320,7 +1320,7 @@ abstract class BaseQuery
         }
 
         $resultSet = $this->connection->select($this);
-
+var_dump($resultSet);die;
         // 返回结果处理
         if (!empty($this->options['fail']) && count($resultSet) == 0) {
             $this->throwNotFound();