1
This commit is contained in:
@@ -319,8 +319,8 @@ class Datebase extends Controller
|
||||
$affAl_cache->addAttribute("id","aff".$os[$v['article_organ_id']]);
|
||||
$aff_cache = $affAl_cache->addChild("aff");
|
||||
$aff_cache->addAttribute("xml:lang","en");
|
||||
$aff_cache->addChild("label",$os[$v['article_organ_id']]." ".$v['organ_name']);
|
||||
$ins_cache = $aff_cache->addChild("institution ",$v['organ_name']);
|
||||
$aff_cache->addChild("label",htmlspecialchars($os[$v['article_organ_id']]." ".$v['organ_name']));
|
||||
$ins_cache = $aff_cache->addChild("institution ",htmlspecialchars($v['organ_name']));
|
||||
$ins_cache->addAttribute("content-type",'orgname');
|
||||
}
|
||||
|
||||
@@ -439,7 +439,8 @@ class Datebase extends Controller
|
||||
foreach ($list as $v){
|
||||
$this->xmlCreateForArticle($v['article_id']);
|
||||
$file = substr($v['doi'],strpos($v['doi'],"/")+1).".xml";
|
||||
pushSFTPForScopus($file);
|
||||
|
||||
pushSFTPForScopus($file,$v['file_pdf']);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -723,9 +724,9 @@ class Datebase extends Controller
|
||||
// 发送ftp
|
||||
$this->createFtpFileInfo($data["journal_stage_id"]);
|
||||
|
||||
// $this->scopusPushXML($data["journal_stage_id"]);
|
||||
|
||||
|
||||
if($journal_info['journal_id']==1){
|
||||
$this->scopusPushXML($data["journal_stage_id"]);
|
||||
}
|
||||
return jsonSuccess([]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user