Commit e620c1d4 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 342b1691
......@@ -22,7 +22,7 @@ class InvoiceRecordStatusDetailTransformer extends TransformerAbstract
foreach($invoice as $invo){
$temp = [];
$temp['invoice_number'] = $invo['invoice_number'];
$temp['api_response'] = $invo['invoice_real_number'];
$temp['api_response'] = $invo['api_response'];
$temp['invoice_status'] = $invo['invoice_status']; //发票状态 0:已申请待确认 1:已确认 2: 发票失败 3:开票作废已申请 4:蓝字发票作废
$temp['request_params'] = $invo['params'];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment