Compare commits

...

2 Commits

Author SHA1 Message Date
as2252258 5756573d8d 改名 2021-11-24 16:56:16 +08:00
as2252258 eb75e69d60 改名 2021-11-24 16:48:25 +08:00
+1 -1
View File
@@ -522,7 +522,7 @@ trait QueryTrait
$conditionArray = $this->sprintf($conditionArray, $value, $opera);
}
$this->where = ['(' . implode(' AND ', $this->where) . ') OR (' . $conditionArray . ')'];
$this->where = ['((' . implode(' AND ', $this->where) . ') OR (' . $conditionArray . '))'];
return $this;
}