This commit is contained in:
2021-02-25 19:33:53 +08:00
parent 2561a351d5
commit e3700fa7b6
+2
View File
@@ -99,6 +99,8 @@ class SqlBuilder extends Component
if ($isBatch === true) {
$attributes = [$attributes];
}
var_dump($attributes);
$update .= '(' . implode(',', $this->getFields($attributes)) . ') VALUES ';
$order = 0;