@@ -79,12 +79,14 @@ class Cron
$score += $this->paiOrder($v1);
}
- print_r($score);die;
+ print_r($score);
+ /*
if ($score > 0) {
Dever::db('act/score')->update(array('where_id' => $v['id'], 'score' => $score));
} else {
Dever::db('act/score')->update(array('where_id' => $v['id'], 'score' => 'null'));
+ */
return 'ok';