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('尚未开发,请耐心等待!'); }