dever 6 éve
szülő
commit
5a8c212629
2 módosított fájl, 1 hozzáadás és 1 törlés
  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) {