This commit is contained in:
@@ -109,6 +109,11 @@ class Article extends Controller {
|
|||||||
return jsonSuccess($re);
|
return jsonSuccess($re);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public function myttt(){
|
||||||
|
echo 'ok';
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @title 获取文章话题
|
* @title 获取文章话题
|
||||||
* @description 获取文章话题
|
* @description 获取文章话题
|
||||||
|
|||||||
@@ -55,6 +55,9 @@ function choiseJabbr($article_id,$jabbr){
|
|||||||
if($article_id<1700&&$jabbr=="Aging Commun"){
|
if($article_id<1700&&$jabbr=="Aging Commun"){
|
||||||
return "TMR Aging";
|
return "TMR Aging";
|
||||||
}
|
}
|
||||||
|
if($article_id<1869&&$jabbr=="Nurs Commun"){
|
||||||
|
return "TMR Integr Nurs";
|
||||||
|
}
|
||||||
return $jabbr;
|
return $jabbr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -220,7 +220,7 @@ class Datebase extends Controller{
|
|||||||
*/
|
*/
|
||||||
public function dataPush(){
|
public function dataPush(){
|
||||||
$data = $this->request->post();
|
$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();
|
$stage_info = $this->journal_stage_obj->where("journal_stage_id",$data["journal_stage_id"])->find();
|
||||||
$this->createEmailFile($data["journal_stage_id"]);
|
$this->createEmailFile($data["journal_stage_id"]);
|
||||||
$journal_info = $this->journal_obj->where("journal_id",$stage_info["journal_id"])->find();
|
$journal_info = $this->journal_obj->where("journal_id",$stage_info["journal_id"])->find();
|
||||||
|
|||||||
Reference in New Issue
Block a user