Browse Source

培训完成的判断条件

lizhen_gitee 6 tháng trước cách đây
mục cha
commit
1ea737277d
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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];
         }
 
         //非实名,只能看一部分