瀏覽代碼

【Mod】修复 + 导致的问题

liuxiangxin 6 月之前
父節點
當前提交
61747061aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Models/Score/ClockinActive.php

+ 1 - 1
app/Models/Score/ClockinActive.php

@@ -68,7 +68,7 @@ class ClockinActive extends Model
         //$list                   = $force ? [] : cache('admin:clockin:active:list');
         $where[]               = ['status','=',0];
         $where[]               = ['end_time','>=',time()];
-+       $where[]               = ['start_time','<=',time()];
+        $where[]               = ['start_time','<=',time()];
         // 不存在数据
         //if ( !$list ) {
             // 从数据库获取数据