Commit d909c0be by 冷斌

fix bug

parent 9be9c084
...@@ -102,6 +102,8 @@ class VideoAction extends CommonAction ...@@ -102,6 +102,8 @@ class VideoAction extends CommonAction
} }
if ($_GET['lower']) { if ($_GET['lower']) {
list($lower, $toper) = explode(',', $_GET['lower']); list($lower, $toper) = explode(',', $_GET['lower']);
var_dump($lower, $toper);
die;
if ($lower == 0 && $toper == 99) { if ($lower == 0 && $toper == 99) {
if ($toper) { if ($toper) {
$where .= " AND ((t_price >= $lower AND t_price <= $toper) OR is_charge = 1)"; $where .= " AND ((t_price >= $lower AND t_price <= $toper) OR is_charge = 1)";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment