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