终审调整

This commit is contained in:
chengxl
2025-08-29 11:06:01 +08:00
parent 2295ab65b5
commit d402047a64

View File

@@ -630,7 +630,7 @@ class Reviewer extends Base
$iArticleId = empty($res['article_id']) ? 0 : $res['article_id']; $iArticleId = empty($res['article_id']) ? 0 : $res['article_id'];
if(!empty($iArticleId)){ if(!empty($iArticleId)){
//查询文章 //查询文章
$aWhere = ['article_id' => $iArticleId,'state' => 7]; $aWhere = ['article_id' => $iArticleId,'state' => 8];
$aArticle = Db::name('article')->field('article_id,state')->where($aWhere)->find(); $aArticle = Db::name('article')->field('article_id,state')->where($aWhere)->find();
if(!empty($aArticle)){ if(!empty($aArticle)){
$res['can_repeat'] = 0; $res['can_repeat'] = 0;