作者 邓超

x

@@ -29,6 +29,8 @@ class MailListV2Es2 extends Base { @@ -29,6 +29,8 @@ class MailListV2Es2 extends Base {
29 public function __construct() 29 public function __construct()
30 { 30 {
31 $this->es = \es('email_lists_copy'); 31 $this->es = \es('email_lists_copy');
  32 + $postid = app()->request('postid','','intval');
  33 + $this->es->setIndex('email_lists_branch_'.$postid);
32 } 34 }
33 35
34 36