Browse Source

判断字符错误

master
wanghongjun 1 year 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'])); $invoiceDate = $this->getInvoiceDate(strtotime($data['report_date']));
$ChinaTaxes = new ChinaTaxes([], $invoiceDate); $ChinaTaxes = new ChinaTaxes([], $invoiceDate);
$result = $ChinaTaxes->daiZhengSummaryReport($zje); $result = $ChinaTaxes->daiZhengSummaryReport($zje);
if ($result['code'] == 200 && $result['message'] == '结报成') { if ($result['code'] == 200 && $result['message'] == '结报成') {
$update = [ $update = [
'status' => 1, 'status' => 1,
'report_time' => time() 'report_time' => time()

Loading…
Cancel
Save