This commit is contained in:
2021-02-24 18:37:50 +08:00
parent 49681016b6
commit 07a8d0a4d6
+1
View File
@@ -88,6 +88,7 @@ trait Condition
$_tmp[] = $value; $_tmp[] = $value;
} }
if (!empty($_tmp)) { if (!empty($_tmp)) {
var_dump($_tmp);
return sprintf(' WHERE %s', implode(' AND ', $_tmp)); return sprintf(' WHERE %s', implode(' AND ', $_tmp));
} }
return ''; return '';