判断是否是草稿箱
This commit is contained in:
@@ -591,7 +591,7 @@ class Article extends Base
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//查询终审意见 chengxiaoling 20250828 end
|
//查询终审意见 chengxiaoling 20250828 end
|
||||||
//新增是否是草稿删除 20260204 start
|
//新增是否是草稿删除 20260204 start
|
||||||
if(!empty($article_res)){
|
if(!empty($article_res)){
|
||||||
$article_res['is_draft'] = 2;
|
$article_res['is_draft'] = 2;
|
||||||
if(!empty($article_res['accept_sn']) && substr($article_res['accept_sn'], 0, 5) === 'Draft'){
|
if(!empty($article_res['accept_sn']) && substr($article_res['accept_sn'], 0, 5) === 'Draft'){
|
||||||
|
|||||||
Reference in New Issue
Block a user