lgy il y a 1 mois
Parent
commit
6c418da91c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      jcjyhr/vendor/topthink/think-orm/src/db/BaseQuery.php

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

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