作者 邓超

x

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