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
+3
View File
@@ -81,6 +81,9 @@ trait Condition
$_tmp = [];
if (empty($where)) return '';
foreach ($where as $value) {
var_dump($value);
$_value = is_string($value) ? $value : $this->conditionMap($value);
if (empty($_value)) continue;