浏览代码

20250421 优化调整

贾小兵 6 天之前
父节点
当前提交
cca38fab7f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/admin/controller/Index.php

+ 1 - 1
application/admin/controller/Index.php

@@ -146,7 +146,7 @@ class Index extends Backend
      */
     public function timeout()
     {
-        $where = ['exam_status'=>4,'countdown_time'=>['>',time()],'exam_collection_type'=>3,'endtime'=>0];
+        $where = ['exam_status'=>4,'countdown_time'=>['<',time()],'exam_collection_type'=>3,'endtime'=>0];
         $list = Db::name('real_exam')->where($where)->select();
         foreach ($list as $k => $v) {
             $score = 100;