...
|
...
|
@@ -66,7 +66,7 @@ class AdminOrderController extends AdminBaseController |
|
|
}
|
|
|
if(!empty($data['status'])){
|
|
|
$arr['status'] = $data['status'];
|
|
|
$where_coo['o.status'] = $data['status'];
|
|
|
$where_coo['orderStatus'] = $data['status'];
|
|
|
$this->assign('status',$data['status']);
|
|
|
}
|
|
|
$where_coo['o.status'] = array('neq',9);
|
...
|
...
|
|