作者 邓超

xx

... ... @@ -124,7 +124,7 @@ class MailListV2Es2 extends Base {
}
}
if($ids) $where['uuid'] = $ids;
if($ids) $where['uuid'] = array_values($ids);
if(app()->request('attachment',0,'bool_Val')){
// 附件
... ... @@ -137,7 +137,7 @@ class MailListV2Es2 extends Base {
if(count($this->getEmails('id')) == 1) $where['email_id'] = $this->getEmails('id');
if($ids){
unset($where['is_hots'],$where['is_auto']);
unset($where['is_hots'],$where['is_auto'],$where['deleted']);
}
$query = [
... ...