刘桂岩 5 rokov pred
rodič
commit
41d96facd8
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      application/inter/controller/Report.php

+ 1 - 2
application/inter/controller/Report.php

@@ -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;