@@ -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));