刘桂岩 5 anni fa
parent
commit
41d96facd8
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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;