Преглед изворни кода

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

sunxbiao пре 1 година
родитељ
комит
34e751e64e
1 измењених фајлова са 1 додато и 1 уклоњено
  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 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 82
         if ($is_excel == 1) {
83 83
             $data = $result['list'];