From 268423eb36a0e27c3573d88b6492191944756106 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 27 Dec 2024 16:59:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E7=A5=A8=E7=8A=B6=E6=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/model/InvoiceIssuance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/model/InvoiceIssuance.php b/app/model/InvoiceIssuance.php index 07894b7..00c3cac 100644 --- a/app/model/InvoiceIssuance.php +++ b/app/model/InvoiceIssuance.php @@ -9,6 +9,6 @@ class InvoiceIssuance extends Model public static $projectArr = ['', '垃圾费', '污水费', '游泳']; - public static $statusArr = ['未申报', '申报中', '未申报成功', '已完成']; + public static $statusArr = ['未开票', '开票中', '开票失败', '已开票', '作废']; }