|
@@ -186,9 +186,11 @@ class Database
|
|
|
$param .= '&' . http_build_query($oper);
|
|
|
}
|
|
|
|
|
|
- $oper = Dever::preInput('oper_', $input);
|
|
|
- if ($oper) {
|
|
|
- $param .= '&' . http_build_query($oper);
|
|
|
+ if ($key != 'listData') {
|
|
|
+ $oper = Dever::preInput('oper_', $input);
|
|
|
+ if ($oper) {
|
|
|
+ $param .= '&' . http_build_query($oper);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
$top = Dever::preInput('top_', $input);
|