From 736d32bf9114a9a8f2b4c3f9f2838e4c05bb3849 Mon Sep 17 00:00:00 2001 From: chengxl Date: Wed, 11 Feb 2026 09:39:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=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/Workbench.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Workbench.php b/application/api/controller/Workbench.php index 3c0aa53..e8d2844 100644 --- a/application/api/controller/Workbench.php +++ b/application/api/controller/Workbench.php @@ -713,7 +713,7 @@ class Workbench extends Base $aUser = array_column($aUser, null,'user_id'); //更新审稿人重新申请状态为 - $aWhere = ['art_rev_id' => $iArtRevId,'state' => 4]; + $aWhere = ['art_rev_id' => $iArtRevId]; $result = Db::name('article_reviewer')->where($aWhere)->limit(1)->update(['is_reapply' => 1,'reapply_time' => time(),'reviewer_act' => 1]); if($result === false){ return json_encode(array('status' => 11,'msg' => 'Application to reopen link failed' ));