作者 邓超

x

@@ -170,7 +170,7 @@ class MailListV2 extends Base { @@ -170,7 +170,7 @@ class MailListV2 extends Base {
170 //目录 170 //目录
171 $where['folder_id'] = $folder_id; 171 $where['folder_id'] = $folder_id;
172 }else{ 172 }else{
173 - $where = ['lists|email_id'=>$this->getEmails('id')]; 173 + $where['lists|email_id'] = $this->getEmails('id');
174 } 174 }
175 175
176 if($ids) $where['id'] = $ids; 176 if($ids) $where['id'] = $ids;