From c3c5e70aeb40e34d7e5a708d80c581feef7687f7 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Tue, 24 Dec 2024 13:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=A1=E6=B0=B4=E8=B4=B9=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=B0=9A=E6=9C=AA=E5=BC=80=E5=8F=91=E5=AD=97?= =?UTF-8?q?=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/invoice/InvoiceIssuanceService.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/service/invoice/InvoiceIssuanceService.php b/app/service/invoice/InvoiceIssuanceService.php index cf749ef..148d73c 100644 --- a/app/service/invoice/InvoiceIssuanceService.php +++ b/app/service/invoice/InvoiceIssuanceService.php @@ -97,6 +97,7 @@ class InvoiceIssuanceService switch ($project_id) { case 1: + case 2: $ComputeDetail = self::getFeeComputeDetail($pucode, $expire_date); if ($ComputeDetail['MsgID'] != 1) { @@ -104,9 +105,6 @@ class InvoiceIssuanceService } return ['amount' => $ComputeDetail['WaterAmount']]; - case 2: - - throw new FuncException('尚未开发,请耐心等待!'); default: throw new FuncException('尚未开发,请耐心等待!'); }