Skip to content

Commit

Permalink
删除添加日志
Browse files Browse the repository at this point in the history
  • Loading branch information
1107012776 committed Nov 12, 2021
1 parent 698f57d commit e7819c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/DeleteShardingTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public function _deleteSharding()
if (empty($res[$key])) {
$this->_sqlErrors[] = $statement->errorInfo();
}
$this->_addExeSql($sql, $this->_condition_bind, $db);
}
};
if (!empty($sqlArr)) { //扫描多张表
Expand Down Expand Up @@ -80,6 +81,7 @@ public function _deleteSharding()
if (empty($res)) {
$this->_sqlErrors[] = $statement->errorInfo();
}
$this->_addExeSql($sql, $this->_condition_bind, $this->_current_exec_db);
}
/**
* @var \PDOStatement $s
Expand Down

0 comments on commit e7819c7

Please sign in to comment.