This commit is contained in:
2021-03-04 15:51:10 +08:00
parent 9251ee28a3
commit 1d95c7db37
+1
View File
@@ -153,6 +153,7 @@ trait Builder
if (!isset($condition[0])) {
return implode(' AND ', $this->_hashMap($condition));
}
var_dump($condition);
$stroppier = strtoupper($condition[0]);
if (str_contains($stroppier, 'OR')) {
if (!is_string($condition[2])) {