From da54478a64667f01b9f1b6cbd6f9a2dfb265466d Mon Sep 17 00:00:00 2001 From: chengxl Date: Thu, 12 Feb 2026 17:46:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E7=89=88=E7=9B=B8=E5=85=B3=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/LatexContent.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/common/LatexContent.php b/application/common/LatexContent.php index 901dc20..99fcb56 100644 --- a/application/common/LatexContent.php +++ b/application/common/LatexContent.php @@ -173,6 +173,9 @@ page={{stage_page}},%号 //文章类型 $aSearch['{{article_type}}'] = empty($aProductionArticle['type']) ? 'ARTICLE' : strtoupper($aProductionArticle['type']); + if($aSearch['{{article_type}}'] == 'MINIREVIEW'){ + $aSearch['{{article_type}}'] = 'MINI REVIEW'; + } //获取文章时间 $aTime = $this->getArticleTime(['article_id' => $aProductionArticle['article_id']]); $aTime = empty($aTime['data']) ? [] : $aTime['data'];