From 6f417f6e9f99e4fd78df646975df0dd992d2f1bd Mon Sep 17 00:00:00 2001 From: chengxl Date: Thu, 5 Feb 2026 13:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E6=96=AD=E6=98=AF=E5=90=A6=E6=98=AF?= =?UTF-8?q?=E8=8D=89=E7=A8=BF=E7=AE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Article.php b/application/api/controller/Article.php index d00c0b6..6206c67 100644 --- a/application/api/controller/Article.php +++ b/application/api/controller/Article.php @@ -591,7 +591,7 @@ class Article extends Base } } //查询终审意见 chengxiaoling 20250828 end - //新增是否是草稿删除 20260204 start + //新增是否是草稿删除 20260204 start if(!empty($article_res)){ $article_res['is_draft'] = 2; if(!empty($article_res['accept_sn']) && substr($article_res['accept_sn'], 0, 5) === 'Draft'){