dever 6 年 前
コミット
910574c6ab
1 ファイル変更2 行追加0 行削除
  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));