From d518097f180f941191c2116db78e35bf9a8ad5bc Mon Sep 17 00:00:00 2001 From: chengxl Date: Fri, 30 Jan 2026 15:07:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E7=89=88=E5=85=AC=E5=85=B1=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/LatexContent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/common/LatexContent.php b/application/common/LatexContent.php index 0d9934d..45f0f74 100644 --- a/application/common/LatexContent.php +++ b/application/common/LatexContent.php @@ -105,6 +105,7 @@ page={{stage_page}},%号 } } //子刊信息 + $aJournalStage = []; $iJournalStageId = empty($aProductionArticle['journal_stage_id']) ? 0 : $aProductionArticle['journal_stage_id']; if(!empty($iJournalStageId)){ $aJournalStage = $this->getJournalStage(['journal_stage_id' => $iJournalStageId]); @@ -321,7 +322,7 @@ page={{stage_page}},%号 // } //下载图片 $sImagePath = trim($this->sSubmissionUrl,'/').$this->sArticleMainImage.'/'.$aImageInfo['url']; - $aResult = $this->getImage($sImagePath,$aProductionArticle['p_article_id']); + $aResult = $this->getImage($sImagePath,$aProductionArticle['article_id']); if(empty($aResult['data'])){ continue; }