|
...
|
...
|
@@ -1000,7 +1000,7 @@ class Home extends Base { |
|
|
|
},$data['to_name']);
|
|
|
|
|
|
|
|
$postid = app()->request('postid','','intval');
|
|
|
|
$esData = es('email_lists_branch_'.$postid)->get(['id'=>$data['email_id'].'_'.$data['folder_id'].'_'.$data['uid']]);
|
|
|
|
$esData = ($postid ? es('email_lists_branch_'.$postid) : es())->get(['id'=>$data['email_id'].'_'.$data['folder_id'].'_'.$data['uid']]);
|
|
|
|
$data['postid'] = $esData['_source']['postid']??0;
|
|
|
|
|
|
|
|
// 是否再次 重新获取
|
...
|
...
|
|