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');