|
@@ -18,7 +18,7 @@ class Data extends Core
|
|
|
$where['start'] = Dever::maketime($day . ' 00:00:00');
|
|
|
$where['end'] = Dever::maketime($day . ' 23:59:59');
|
|
|
$where['shop_id'] = $this->shop_id;
|
|
|
- $where['status'] = '1,2,3,4';
|
|
|
+ $where['status'] = '1,2,3,4,5,6';
|
|
|
|
|
|
$this->data['num_order'] = round(Dever::db('shop/sell_order')->getOrderNum($where), 2);
|
|
|
$cash = Dever::db('shop/sell_order')->getCashNum($where);
|