update serve/app/controller/Customer.php.
Signed-off-by: 姚PD <13558507+yao-shipeng@user.noreply.gitee.com>
This commit is contained in:
parent
d861397e39
commit
b6498ea865
@ -95,10 +95,6 @@ class Customer extends Acl {
|
|||||||
['table'=>'bill','where'=>[['customer','in',$input['parm']]]],
|
['table'=>'bill','where'=>[['customer','in',$input['parm']]]],
|
||||||
['table'=>'ice','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);
|
$exist=moreTableFind($exists);
|
||||||
if(empty($exist)){
|
if(empty($exist)){
|
||||||
//逻辑处理
|
//逻辑处理
|
||||||
|
Loading…
x
Reference in New Issue
Block a user