正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -124,7 +124,7 @@ class MailListV2Es2 extends Base { | @@ -124,7 +124,7 @@ class MailListV2Es2 extends Base { | ||
| 124 | } | 124 | } |
| 125 | } | 125 | } |
| 126 | 126 | ||
| 127 | - if($ids) $where['uuid'] = $ids; | 127 | + if($ids) $where['uuid'] = array_values($ids); |
| 128 | 128 | ||
| 129 | if(app()->request('attachment',0,'bool_Val')){ | 129 | if(app()->request('attachment',0,'bool_Val')){ |
| 130 | // 附件 | 130 | // 附件 |
| @@ -137,7 +137,7 @@ class MailListV2Es2 extends Base { | @@ -137,7 +137,7 @@ class MailListV2Es2 extends Base { | ||
| 137 | if(count($this->getEmails('id')) == 1) $where['email_id'] = $this->getEmails('id'); | 137 | if(count($this->getEmails('id')) == 1) $where['email_id'] = $this->getEmails('id'); |
| 138 | 138 | ||
| 139 | if($ids){ | 139 | if($ids){ |
| 140 | - unset($where['is_hots'],$where['is_auto']); | 140 | + unset($where['is_hots'],$where['is_auto'],$where['deleted']); |
| 141 | } | 141 | } |
| 142 | 142 | ||
| 143 | $query = [ | 143 | $query = [ |
-
请 注册 或 登录 后发表评论