From 86e9383f97bebcfa4703105d946d9522f6e9d258 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Mon, 5 Aug 2024 16:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E7=8A=B6=E6=80=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= 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 9a42878..70c98d1 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 = ['已作废', '申请中', '已开票']; } \ No newline at end of file