This commit is contained in:
2021-01-11 17:33:20 +08:00
parent 9a70bf3340
commit 7e8e9767a3
3 changed files with 1 additions and 3 deletions
+1
View File
@@ -740,6 +740,7 @@ trait QueryTrait
}
$this->where[] = $conditions;
}
var_dump($this->where);
return $this;
}