浏览代码

培训完成的判断条件

lizhen_gitee 6 月之前
父节点
当前提交
1ea737277d
共有 1 个文件被更改,包括 3 次插入1 次删除
  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];
         }
 
         //非实名,只能看一部分