mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正insertall
This commit is contained in:
@@ -606,7 +606,7 @@ abstract class Builder
|
||||
{
|
||||
// 获取合法的字段
|
||||
if ('*' == $options['field']) {
|
||||
$fields = $this->query->getFieldsType($options);
|
||||
$fields = array_keys($this->query->getFieldsType($options));
|
||||
} else {
|
||||
$fields = $options['field'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user