From 1ff5168a01f9ff69eba06b0991dbe0cd8a0289ed Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 13 Aug 2024 14:44:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(WarehouseProductLists):=20=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E5=95=86=E5=93=81ID=E6=88=96=E6=9D=A1=E5=BD=A2?= =?UTF-8?q?=E7=A0=81=E6=90=9C=E7=B4=A2=E4=BB=93=E5=BA=93=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/lists/warehouse_product/WarehouseProductLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/lists/warehouse_product/WarehouseProductLists.php b/app/admin/lists/warehouse_product/WarehouseProductLists.php index 3b9976f2..4c0cecf9 100644 --- a/app/admin/lists/warehouse_product/WarehouseProductLists.php +++ b/app/admin/lists/warehouse_product/WarehouseProductLists.php @@ -51,7 +51,7 @@ class WarehouseProductLists extends BaseAdminDataLists implements ListsSearchInt { if($this->request->get('product_id')){ $this->product_id=$this->request->get('product_id'); - $ids=StoreProduct::where('store_name','like','%'.$this->request->get('product_id').'%')->column('id'); + $ids=StoreProduct::where('store_name|bar_code','like','%'.$this->request->get('product_id').'%')->column('id'); if($ids){ $this->searchWhere[]=['product_id','in',$ids]; }else{