lgy 2 bulan lalu
induk
melakukan
254f354b02
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);
         $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();