dever %!s(int64=6) %!d(string=hai) anos
pai
achega
5a8c212629
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 1 0
      journal/database/order.php
  2. 0 1
      main/lib/Cron.php

+ 1 - 0
journal/database/order.php

@@ -549,6 +549,7 @@ return array
             ),
             'type' => 'all',
             'order' => array('id' => 'desc'),
+            'limit' => '0,1000',
             'col' => '*',
         ),
     ),

+ 0 - 1
main/lib/Cron.php

@@ -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) {