dever 6 年之前
父节点
当前提交
e3bd3d2552
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/lib/Cron.php

+ 1 - 1
main/lib/Cron.php

@@ -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) {