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

+ 1 - 1
main/lib/Cron.php

@@ -79,7 +79,7 @@ class Cron
                     $score += $this->paiOrder($v1);
                 }
             }
-            print_r($score);die;
+            print_r($score);
             /*
             if ($score > 0) {
                 Dever::db('act/score')->update(array('where_id' => $v['id'], 'score' => $score));