@@ -549,6 +549,7 @@ return array
),
'type' => 'all',
'order' => array('id' => 'desc'),
+ 'limit' => '0,1000',
'col' => '*',
@@ -73,7 +73,6 @@ class Cron
$where['type'] = 2;
$where['score_status'] = 1;
$order = Dever::db('journal/order')->getBuy($where);
- print_r($order);die;
$user = array();
if ($order) {