songxingwei 2 年之前
父節點
當前提交
3648663fee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Timedtask.php

+ 1 - 1
application/api/controller/Timedtask.php

@@ -129,7 +129,7 @@ class Timedtask
                 }
 
                 $kd = Db::name('system_day_fake')
-                    ->where('rate','neq',0)
+                    ->where('rate','gt',0)
                     ->where('date',date('Y-m-d'))
                     ->field('id,name,rate')
                     ->select();