This commit is contained in:
2021-02-24 18:48:29 +08:00
parent 735c486579
commit 25098bfaea
2 changed files with 0 additions and 7 deletions
-4
View File
@@ -81,11 +81,7 @@ trait Condition
$_tmp = [];
if (empty($where)) return '';
var_dump($where);
foreach ($where as $value) {
var_dump($value);
$_value = is_string($value) ? $value : $this->conditionMap($value);
if (empty($_value)) continue;