Pārlūkot izejas kodu

培训完成的判断条件

lizhen_gitee 6 mēneši atpakaļ
vecāks
revīzija
1ea737277d
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      application/api/controller/Index.php

+ 3 - 1
application/api/controller/Index.php

@@ -141,8 +141,10 @@ class Index extends Api
         }elseif($type == 1){
             $where['starttime'] = ['gt',$now];
         }else{
+//            $where['starttime'] = ['lt',$now];
+//            $where['endtime'] = ['gt',$now];
+            $where['pingjia_time'] = 0;
             $where['starttime'] = ['lt',$now];
-            $where['endtime'] = ['gt',$now];
         }
 
         //非实名,只能看一部分