lgy 1 month ago
parent
commit
f6359bc29e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/vendor/topthink/think-orm/src/db/BaseBuilder.php

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

@@ -783,7 +783,7 @@ abstract class BaseBuilder
                 $this->parseForce($query, $options['force']),
             ],
             $this->selectSql
-        ));
+        ));die;
     }
 
     /**