|
@@ -112,7 +112,7 @@ class Task
|
|
|
}
|
|
|
|
|
|
$where['cdate'] = array('>=', $time[0]);
|
|
|
- $where['#cdate'] = array('<=', $time[1]);
|
|
|
+ $where['cdate#'] = array('<=', $time[1]);
|
|
|
$order = Dever::db('order_log1', 'seller')->select($where);
|
|
|
$data = array();
|
|
|
$default = array
|