|
@@ -46,6 +46,7 @@ class OrderLists extends BaseShopDataLists
|
|
|
// $r_where[] = ['is_after_sale', '=', 1];
|
|
// $r_where[] = ['is_after_sale', '=', 1];
|
|
|
// }
|
|
// }
|
|
|
$c_type = $this->params['type'] ;
|
|
$c_type = $this->params['type'] ;
|
|
|
|
|
+ outFileLog($c_type,'getexpress','c_type');
|
|
|
$lists = Order::withSearch(['order_type', 'user_id'], [
|
|
$lists = Order::withSearch(['order_type', 'user_id'], [
|
|
|
'order_type' => $this->params['type'],
|
|
'order_type' => $this->params['type'],
|
|
|
'user_id' => $this->userId
|
|
'user_id' => $this->userId
|