@@ -127,8 +127,7 @@ class Report extends Base
case 'exam_status':
if($v != 10 && !empty($v)){
$where .= " and a.exam_status=".$v;
- }
- if($v == 99){
+ }else{
$where .= " and a.exam_status>2";
}
break;