查询终审审稿人的机构调整

This commit is contained in:
chengxl
2026-02-04 17:27:15 +08:00
parent 56dd707f9b
commit 71ec3c2ccd

View File

@@ -129,6 +129,12 @@ class Article extends Base
}
}
$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
}
//返回数据