This commit is contained in:
2021-02-24 18:39:37 +08:00
parent 019d814815
commit 0cfd0efff6
+1 -1
View File
@@ -85,7 +85,7 @@ trait Condition
if (empty($_value)) continue;
$_tmp[] = $value;
$_tmp[] = $_value;
}
if (!empty($_tmp)) {
return sprintf(' WHERE %s', implode(' AND ', $_tmp));