判断是否是草稿箱

This commit is contained in:
chengxl
2026-02-05 13:08:08 +08:00
parent 8319777d3e
commit 6f417f6e9f

View File

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