mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 16:45:35 +08:00
Merge branch 'master' of https://github.com/zhamao-robot/zhamao-framework
This commit is contained in:
@@ -61,7 +61,7 @@ class Table
|
|||||||
if ($msg == "") {
|
if ($msg == "") {
|
||||||
$msg .= $k . " $operator ? ";
|
$msg .= $k . " $operator ? ";
|
||||||
} else {
|
} else {
|
||||||
$msg .= "AND " . $k . " $operator ?";
|
$msg .= " AND " . $k . " $operator ?";
|
||||||
}
|
}
|
||||||
$param[] = $v;
|
$param[] = $v;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user