From 4fbc4469fc341c644c35e53514c9d1704c3cb625 Mon Sep 17 00:00:00 2001 From: chengxl Date: Tue, 15 Jul 2025 13:21:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8E=A5=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Supplementary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Supplementary.php b/application/api/controller/Supplementary.php index 5a6c48a..1d7b56a 100644 --- a/application/api/controller/Supplementary.php +++ b/application/api/controller/Supplementary.php @@ -31,7 +31,7 @@ class Supplementary extends Controller return json_encode(['status' => 2,'msg' => 'Please select an journal']); } //期刊标题 - $sTitle = empty($aParam['journal_title']) ? ['About Journal','About us','Journal Information'] : $aParam['journal_title']; + $sTitle = empty($aParam['journal_title']) ? ['About Journal','About us','Journal Information','Aims and Scope'] : $aParam['journal_title']; //根据期刊issn查询期刊ID $aWhere = ['state' => 0,'issn' => $sIssn];