|
@@ -204,7 +204,7 @@ class Task
|
|
|
public function chuli()
|
|
|
{
|
|
|
$where['status'] = 1;
|
|
|
- $where['cdate'] = array('>=', time() + 500);
|
|
|
+ $where['cdate'] = array('<=', time() + 500);
|
|
|
$order = Dever::db('order', 'seller')->select($where);
|
|
|
|
|
|
$test = Dever::input('test');
|