刘桂岩 %!s(int64=5) %!d(string=hai) anos
pai
achega
41d96facd8
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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;