刘桂岩 5 년 전
부모
커밋
41d96facd8
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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;