This commit is contained in:
2021-08-18 15:13:40 +08:00
parent 4052dd313a
commit 7c40d1f203
2 changed files with 20 additions and 5 deletions
-1
View File
@@ -168,7 +168,6 @@ class Command extends Component
{
$pdo = $this->db->getConnect($this->sql);
$result = $pdo->execute($this->sql, $isInsert, $this->params);
var_dump($result);
if ($hasAutoIncrement && $result == 0) {
return false;
}