|
|
@ -32,7 +32,7 @@ class Order extends Controller |
|
|
|
// 订单列表 |
|
|
|
// 订单列表 |
|
|
|
$model = new OrderModel; |
|
|
|
$model = new OrderModel; |
|
|
|
$params = $this->request->param(); |
|
|
|
$params = $this->request->param(); |
|
|
|
$params['merchant_id'] = $this->merchantId; |
|
|
|
$params['merchantId'] = $this->merchantId; |
|
|
|
$result = $model->getList($params); |
|
|
|
$result = $model->getList($params); |
|
|
|
$data = $result->items(); |
|
|
|
$data = $result->items(); |
|
|
|
if (!empty($data)) { |
|
|
|
if (!empty($data)) { |
|
|
|