|
@@ -226,8 +226,9 @@ class Task
|
|
|
# 每5分钟跑一次处理中
|
|
|
public function chuli()
|
|
|
{
|
|
|
+ return;
|
|
|
$where['status'] = 1;
|
|
|
- $where['cdate'] = array('<=', time() + 500);
|
|
|
+ $where['cdate'] = array('<=', time() + 1800);
|
|
|
$order = Dever::db('order', 'seller')->select($where);
|
|
|
|
|
|
$test = Dever::input('test');
|