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