测试问题修改

This commit is contained in:
chengxl
2026-02-11 09:39:16 +08:00
parent e9bcaa5c24
commit 736d32bf91

View File

@@ -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' ));