改名
This commit is contained in:
@@ -479,7 +479,7 @@ trait QueryTrait
|
||||
|
||||
$oldWhere = '(' . implode(') AND (', $this->where) . ')';
|
||||
|
||||
$this->where = [$oldWhere . ' OR ' . $conditionArray];
|
||||
$this->where = ['(' . $oldWhere . ') OR ' . $conditionArray];
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user