Browse Source

判断字符错误

master
wanghongjun 11 months ago
parent
commit
877f2dae6b
  1. 2
      app/service/invoice/InvoiceIssuanceService.php

2
app/service/invoice/InvoiceIssuanceService.php

@ -440,7 +440,7 @@ class InvoiceIssuanceService
$invoiceDate = $this->getInvoiceDate(strtotime($data['report_date']));
$ChinaTaxes = new ChinaTaxes([], $invoiceDate);
$result = $ChinaTaxes->daiZhengSummaryReport($zje);
if ($result['code'] == 200 && $result['message'] == '结报成') {
if ($result['code'] == 200 && $result['message'] == '结报成') {
$update = [
'status' => 1,
'report_time' => time()

Loading…
Cancel
Save