Browse Source

培训完成的判断条件

lizhen_gitee 6 months ago
parent
commit
1ea737277d
1 changed files with 3 additions and 1 deletions
  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];
         }
 
         //非实名,只能看一部分