@@ -71,7 +71,7 @@ class Cron
}
$where['type'] = 2;
//$where['score_status'] = 1;
- $order = Dever::db('journal/order')->getBuy($where);
+ $order = Dever::db('journal/order')->state($where);
print_r($order);die;
if($order) {