改名
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user