dever 6 년 전
부모
커밋
f7810dcfe2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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) {