From b6498ea8658d07f36c725c24f601ede835508882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9APD?= <13558507+yao-shipeng@user.noreply.gitee.com> Date: Wed, 7 Aug 2024 03:51:25 +0000 Subject: [PATCH] update serve/app/controller/Customer.php. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 姚PD <13558507+yao-shipeng@user.noreply.gitee.com> --- serve/app/controller/Customer.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/serve/app/controller/Customer.php b/serve/app/controller/Customer.php index 0c703a2..5091e7e 100644 --- a/serve/app/controller/Customer.php +++ b/serve/app/controller/Customer.php @@ -95,10 +95,6 @@ class Customer extends Acl { ['table'=>'bill','where'=>[['customer','in',$input['parm']]]], ['table'=>'ice','where'=>[['customer','in',$input['parm']]]] ]; - //多值匹配 - foreach($input['parm'] as $v){ - $exists[]=['table'=>'deploy','where'=>[['source','like','%"customer":'.$v.'%']]]; - } $exist=moreTableFind($exists); if(empty($exist)){ //逻辑处理