|
|
|
@ -433,6 +433,7 @@ class InvoiceIssuanceService |
|
|
|
|
|
|
|
$FinalReportData = new FinalReportData(); |
|
|
|
$save = []; |
|
|
|
if (isset($daiZhengSummaryQuery['cxwjbList'])) { |
|
|
|
foreach ($daiZhengSummaryQuery['cxwjbList'] as $value) { |
|
|
|
foreach ($value['cxwjbVO'] as $val) { |
|
|
|
$sbpch = $val['sbpch']; // 申报批次号 |
|
|
|
@ -449,6 +450,7 @@ class InvoiceIssuanceService |
|
|
|
$save[] = $queryWhere; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (!$save) { |
|
|
|
throw new FuncException($daiZhengSummaryQuery['message'] ?? '数据储存失败'); |
|
|
|
|