dever 6 年之前
父节点
当前提交
a47d857d54
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main/lib/Cron.php

+ 1 - 0
main/lib/Cron.php

@@ -13,6 +13,7 @@ class Cron
         $where['start'] = Dever::maketime('2019-04-25 00:34:55');
         $where['end'] = Dever::maketime('2019-04-25 14:47:16');
         $where['score_type'] = 1;
+        $where['action_id'] = Dever::input('action_id');
         $data = Dever::db('score/action_log')->getDataByDate($where);
 
         $test = Dever::input('test');