朱金辉 il y a 1 an
Parent
commit
3398cbca5d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/Driver/Base.php

+ 0 - 1
src/Driver/Base.php

@@ -165,7 +165,6 @@ class Base
         {
             throw new Variable(_i('Invalid %s format', 'data'), __LINE__);
         }
-        echo $this->getTable($table);
         $this->modelSQL = $sql = "INSERT INTO " . $this->getTable($table) . "(`" . join("`, `", $replaceObj['fields']) . "`) VALUES('" . join("', '", $replaceObj['values']) . "')";
         $this->setQuery($sql);
         $this->setError();