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