This commit is contained in:
chengxl
2025-08-27 09:56:01 +08:00
parent e28bcece27
commit 2e6b32b9f2

View File

@@ -465,7 +465,7 @@ class Finalreview extends Base
}
//查询文章
$aWhere = ['article_id' => $iArticleId];
$aArticle = Db::name('article')->field('journal_id,state,accept_sn,title,abstrart')->where($aWhere)->find();
$aArticle = Db::name('article')->field('journal_id,state,accept_sn,title,abstrart,keywords')->where($aWhere)->find();
if(empty($aArticle)){
return json_encode(['status' => 3,'msg' => 'The query article does not exist']);
}