改名
This commit is contained in:
@@ -99,6 +99,8 @@ class SqlBuilder extends Component
|
|||||||
if ($isBatch === true) {
|
if ($isBatch === true) {
|
||||||
$attributes = [$attributes];
|
$attributes = [$attributes];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var_dump($attributes);
|
||||||
$update .= '(' . implode(',', $this->getFields($attributes)) . ') VALUES ';
|
$update .= '(' . implode(',', $this->getFields($attributes)) . ') VALUES ';
|
||||||
|
|
||||||
$order = 0;
|
$order = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user