From 6751be1f237b141eac07f6a747377bdd06753681 Mon Sep 17 00:00:00 2001 From: lewis <604446095@qq.com> Date: Tue, 18 Mar 2025 09:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E6=BA=AF?= =?UTF-8?q?=E6=BA=90=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../product_source_link/ProductSourceLinkController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/controller/product_source_link/ProductSourceLinkController.php b/app/admin/controller/product_source_link/ProductSourceLinkController.php index ae18746c..e03f1cea 100644 --- a/app/admin/controller/product_source_link/ProductSourceLinkController.php +++ b/app/admin/controller/product_source_link/ProductSourceLinkController.php @@ -93,7 +93,7 @@ class ProductSourceLinkController extends BaseAdminController public function export() { - $params = $this->request->post(); + $params = $this->request->get(); $query = ProductSourceLink::field('id,purchase_uid,product_id,warehouse_id'); if (!empty($params['product_name'])) { $productIds = StoreProduct::where('store_name', 'like', "%{$params['product_name']}%")->column('id');