This commit is contained in:
2021-02-24 18:46:06 +08:00
parent eb2f76370c
commit 10aadfd761
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -733,8 +733,6 @@ trait QueryTrait
if (is_array($conditions)) {
$conditions = [$conditions];
}
var_dump($conditions);
$this->where[] = $conditions;
return $this;
}