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)){ //逻辑处理