mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
改进
This commit is contained in:
@@ -775,6 +775,9 @@ class Query
|
||||
}
|
||||
|
||||
if (is_string($field)) {
|
||||
if (preg_match('/[\<\'\"\(]/', $field)) {
|
||||
return $this->fieldRaw($field);
|
||||
}
|
||||
$field = array_map('trim', explode(',', $field));
|
||||
}
|
||||
if (true === $field) {
|
||||
|
||||
Reference in New Issue
Block a user