This commit is contained in:
Administrator
2022-01-12 16:29:31 +08:00
parent 7aac508fe1
commit cc4f5b6a56
3 changed files with 9 additions and 1 deletions

View File

@@ -109,6 +109,11 @@ class Article extends Controller {
return jsonSuccess($re);
}
public function myttt(){
echo 'ok';
}
/**
* @title 获取文章话题
* @description 获取文章话题

View File

@@ -55,6 +55,9 @@ function choiseJabbr($article_id,$jabbr){
if($article_id<1700&&$jabbr=="Aging Commun"){
return "TMR Aging";
}
if($article_id<1869&&$jabbr=="Nurs Commun"){
return "TMR Integr Nurs";
}
return $jabbr;
}

View File

@@ -220,7 +220,7 @@ class Datebase extends Controller{
*/
public function dataPush(){
$data = $this->request->post();
// $data["journal_stage_id"] = 297;
// $data["journal_stage_id"] = 294;
$stage_info = $this->journal_stage_obj->where("journal_stage_id",$data["journal_stage_id"])->find();
$this->createEmailFile($data["journal_stage_id"]);
$journal_info = $this->journal_obj->where("journal_id",$stage_info["journal_id"])->find();