mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
改进查询
This commit is contained in:
@@ -268,7 +268,7 @@ abstract class Builder
|
||||
$str = [];
|
||||
foreach ($val as $field => $value) {
|
||||
if ($value instanceof Expression) {
|
||||
$str[] = ' ' . $key . ' ( ' . $value->getValue() . ' )';
|
||||
$str[] = ' ' . $key . ' ( ' . $field . ' ' . $value->getValue() . ' )';
|
||||
continue;
|
||||
}
|
||||
if ($value instanceof \Closure) {
|
||||
|
||||
Reference in New Issue
Block a user