dever 6 年 前
コミット
f71d02fad2
1 ファイル変更1 行追加0 行削除
  1. 1 0
      task/lib/Cron.php

+ 1 - 0
task/lib/Cron.php

@@ -174,6 +174,7 @@ class Cron
         if ($score > 0) {
             $update['where_uid'] = $uid;
             $update['score'] = $score;
+            $update['time'] = Dever::id();
             return Dever::db('task/user_score')->updateScore($update);
         }
         return false;