From a5861b0aaaa309b6294fab4f2e3997426c8af9c1 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sat, 25 May 2024 16:59:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9GoodsLists.php?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=A0=B9=E6=8D=AE=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E6=88=96=E5=88=86=E7=B1=BB=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/lists/goods/GoodsLists.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/api/lists/goods/GoodsLists.php b/app/api/lists/goods/GoodsLists.php index 46f883c..ba3f2d5 100644 --- a/app/api/lists/goods/GoodsLists.php +++ b/app/api/lists/goods/GoodsLists.php @@ -34,7 +34,7 @@ class GoodsLists extends BaseAdminDataLists implements ListsSearchInterface if($name && preg_match('/[\x{4e00}-\x{9fff}]+/u', $name)==1){ $where['%like%']=['name']; }else{ - $where['=']=['code']; + $where['=']=['code','class']; } return $where; } @@ -85,6 +85,7 @@ class GoodsLists extends BaseAdminDataLists implements ListsSearchInterface }else{ $where[]=['class','=',$class_all]; } + } if(!empty($order_param)){ if($order_param == 'asc'){