Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5756573d8d | |||
| eb75e69d60 |
@@ -522,7 +522,7 @@ trait QueryTrait
|
|||||||
$conditionArray = $this->sprintf($conditionArray, $value, $opera);
|
$conditionArray = $this->sprintf($conditionArray, $value, $opera);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->where = ['(' . implode(' AND ', $this->where) . ') OR (' . $conditionArray . ')'];
|
$this->where = ['((' . implode(' AND ', $this->where) . ') OR (' . $conditionArray . '))'];
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user