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

+ 2 - 0
main/lib/Cron.php

@@ -80,6 +80,8 @@ class Cron
                 }
             }
             print_r($score);
+
+            Dever::db('act/score')->update(array('where_id' => $v['id'], 'score' => $score));
             /*
             if ($score > 0) {
                 Dever::db('act/score')->update(array('where_id' => $v['id'], 'score' => $score));