diff --git a/app/service/invoice/InvoiceIssuanceService.php b/app/service/invoice/InvoiceIssuanceService.php index b77e127..eda805d 100644 --- a/app/service/invoice/InvoiceIssuanceService.php +++ b/app/service/invoice/InvoiceIssuanceService.php @@ -168,7 +168,7 @@ class InvoiceIssuanceService } /** - * 开具完税证明 (汇总、结报) + * 开具完税证明 * @param $invoiceIssuance // 开票信息 * @return bool|string */ @@ -330,7 +330,7 @@ class InvoiceIssuanceService } /** - * 汇总结报 + * 汇总结报 (汇总、结报) * @param $invoiceIssuance * @throws FuncException */