This commit is contained in:
2021-03-26 19:33:40 +08:00
parent 6fc91a9190
commit ec3062c58b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -839,7 +839,7 @@ trait QueryTrait
if ($onlyWhere === true) {
return $generate->getCondition();
}
return $generate->getSql();
return '(' . $generate->getSql() . ')';
}