Browse Source

优化接口 流程及逻辑3

master
wanghongjun 1 year ago
parent
commit
e5ed58ee1b
  1. 4
      app/service/invoice/InvoiceIssuanceService.php

4
app/service/invoice/InvoiceIssuanceService.php

@ -168,7 +168,7 @@ class InvoiceIssuanceService
} }
/** /**
* 开具完税证明 (汇总、结报) * 开具完税证明
* @param $invoiceIssuance // 开票信息 * @param $invoiceIssuance // 开票信息
* @return bool|string * @return bool|string
*/ */
@ -330,7 +330,7 @@ class InvoiceIssuanceService
} }
/** /**
* 汇总结报 * 汇总结报 (汇总、结报)
* @param $invoiceIssuance * @param $invoiceIssuance
* @throws FuncException * @throws FuncException
*/ */

Loading…
Cancel
Save