改名
This commit is contained in:
@@ -171,10 +171,10 @@ class Command extends Component
|
|||||||
/**
|
/**
|
||||||
* @param $isInsert
|
* @param $isInsert
|
||||||
* @param $hasAutoIncrement
|
* @param $hasAutoIncrement
|
||||||
* @return bool|string
|
* @return bool|string|int
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
private function insert_or_change($isInsert, $hasAutoIncrement): bool|string
|
private function insert_or_change($isInsert, $hasAutoIncrement): bool|string|int
|
||||||
{
|
{
|
||||||
if (!($result = $this->initPDOStatement())) {
|
if (!($result = $this->initPDOStatement())) {
|
||||||
return $result;
|
return $result;
|
||||||
|
|||||||
Reference in New Issue
Block a user