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