This commit is contained in:
wangjinlei
2024-05-17 10:20:41 +08:00
parent 333525a2c2
commit a215aae054
2 changed files with 39 additions and 1 deletions

View File

@@ -186,6 +186,44 @@ class Email extends Controller{
}
public function lsPushEmail(){
$journal_info = $this->journal_obj->where("journal_id",1)->find();
$list[] = "751475802@qq.com";
$list[] = "17627882183@163.com";
// $list = $this->user_obj->where("state",0)->select();
// echo "<pre>";
// var_dump($list);
// echo "</pre>";
// die;
$tt = "Dear <br/>
Hope this email finds you well.<br/>
We have good news to share with you: On May 15, 2024, Traditional Medicine Research received notification from the Scopus Review Committee: the journal has passed the rigorous review of the Scopus Content Selection & Advisory Board (CSAB) and has been officially indexed in the Scopus database! The review highly praised the academic quality of the journals articles and our significant progress over the years. This inclusion signifies international recognition of Traditional Medicine Research in terms of academic level and publishing quality, which is crucial for enhancing the journals international impact.<br/>
As of now, the databases that index Traditional Medicine Research include: ESCI, Scopus, ROAD, Embase, ScienceGate, ProQuest, Google Scholar, and so on.<br/>
For more details about the journal, please click on the official website link below:<br/>
https://www.tmrjournals.com/tmr/<br/><br/>
Best regards.<br/>
Editorial Office<br/>
Traditional Medicine Research";
foreach ($list as $v){
// $maidata['email'] = $v['email'];
$maidata['email'] = $v;
$maidata['title'] = "Great news! Traditional Medicine Research has been formally indexed in the Scopus database";
$maidata['content'] = $tt;
$maidata['has_hb'] = 1;
// $maidata['tmail'] = $journal_info['email'];
// $maidata['tpassword'] = $journal_info['epassword'];
aliemail($maidata['email'],$maidata['title'],$maidata['content'],$maidata['has_hb']);
// Queue::push('app\api\job\mail@promotion', $maidata, "tmail");
}
echo "ok";
}
/**
* 获取邮件发送记录通过文章
*/

View File

@@ -196,7 +196,7 @@ class Web extends Base
}else{
$reviewers[$k]['reviewer_name'] = "anonymous";
}
if(($article_info['journal_id']==1&&$p_info['journal_stage_id']>=453)||($article_info['journal_id']==6&&$p_info['journal_stage_id']>=515)||$article_info['journal_id']==23){
if(($article_info['journal_id']==1&&$p_info['journal_stage_id']>=453)||($article_info['journal_id']==6&&$p_info['journal_stage_id']>=515)||($article_info['journal_id']==10&&$p_info['journal_stage_id']>=534)||$article_info['journal_id']==23){
//添加初审问卷
$reviewers[$k]['question'] = $this->article_reviewer_question_obj->where('art_rev_id',$v['art_rev_id'])->find();
//添加复审问卷