Browse Source

大后台-订单管理-导出修改

sunxbiao 1 year ago
parent
commit
34e751e64e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/admin/order/Order.php

+ 1 - 1
app/controller/admin/order/Order.php

@@ -77,7 +77,7 @@ class Order extends BaseController
77
         // 导出
77
         // 导出
78
         $is_excel = request()->param('is_excel', 0);
78
         $is_excel = request()->param('is_excel', 0);
79
 
79
 
80
-        $result = $this->repository->merchantGetList($where, $page, $limit);
80
+        $result = $this->repository->merchantGetList($where, $page, $limit, $is_excel);
81
 
81
 
82
         if ($is_excel == 1) {
82
         if ($is_excel == 1) {
83
             $data = $result['list'];
83
             $data = $result['list'];