mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正
This commit is contained in:
@@ -802,7 +802,7 @@ abstract class Builder
|
||||
}
|
||||
|
||||
foreach ($insertFields as $field) {
|
||||
$fields[] = $this->parseKey($query, $field, true);
|
||||
$fields[] = $this->parseKey($field, $options, true);
|
||||
}
|
||||
|
||||
return str_replace(
|
||||
|
||||
Reference in New Issue
Block a user