查询终审审稿人的机构调整
This commit is contained in:
@@ -129,6 +129,12 @@ class Article extends Base
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$res[$key]['proof'] = $proof_state;
|
$res[$key]['proof'] = $proof_state;
|
||||||
|
//新增是否是草稿删除 20260204 start
|
||||||
|
$res[$key]['is_draft'] = 2;
|
||||||
|
if(!empty($val['accept_sn']) && substr($val['accept_sn'], 0, 5) === 'Draft'){
|
||||||
|
$res[$key]['is_draft'] = 1;
|
||||||
|
}
|
||||||
|
//新增是否是草稿删除 20260204 end
|
||||||
}
|
}
|
||||||
|
|
||||||
//返回数据
|
//返回数据
|
||||||
|
|||||||
Reference in New Issue
Block a user