This commit is contained in:
jerry 2021-03-23 14:03:14 +08:00
commit 6aa0540c9e

View File

@ -61,7 +61,7 @@ class Table
if ($msg == "") {
$msg .= $k . " $operator ? ";
} else {
$msg .= "AND " . $k . " $operator ?";
$msg .= " AND " . $k . " $operator ?";
}
$param[] = $v;
}