update serve/app/controller/Customer.php.

Signed-off-by: 姚PD <13558507+yao-shipeng@user.noreply.gitee.com>
This commit is contained in:
姚PD 2024-08-07 03:51:25 +00:00 committed by Gitee
parent d861397e39
commit b6498ea865
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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