dever 6 years ago
parent
commit
f7810dcfe2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/lib/Cron.php

+ 1 - 0
main/lib/Cron.php

@@ -73,6 +73,7 @@ class Cron
         $where['type'] = 2;
         $where['score_status'] = 1;
         $order = Dever::db('journal/order')->getBuy($where);
+        print_r($order);die;
 
         $user = array();
         if ($order) {