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