修改
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user