Commit 425bf81c by 冷斌

fix bug

parent 60c44b5c
...@@ -201,7 +201,7 @@ class HomeAction extends UserAction ...@@ -201,7 +201,7 @@ class HomeAction extends UserAction
$check_type = 'exams'; $check_type = 'exams';
} else if ($_GET['ordertype'] == 'goods') { } else if ($_GET['ordertype'] == 'goods') {
$ordertype = 'goods'; $ordertype = 'goods';
$table = 'el_goods_order'; $table = 'goods_order';
$check_type = 'goods_order'; $check_type = 'goods_order';
} }
......
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