改名
This commit is contained in:
@@ -153,6 +153,7 @@ trait Builder
|
|||||||
if (!isset($condition[0])) {
|
if (!isset($condition[0])) {
|
||||||
return implode(' AND ', $this->_hashMap($condition));
|
return implode(' AND ', $this->_hashMap($condition));
|
||||||
}
|
}
|
||||||
|
var_dump($condition);
|
||||||
$stroppier = strtoupper($condition[0]);
|
$stroppier = strtoupper($condition[0]);
|
||||||
if (str_contains($stroppier, 'OR')) {
|
if (str_contains($stroppier, 'OR')) {
|
||||||
if (!is_string($condition[2])) {
|
if (!is_string($condition[2])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user