Commit 04192fee authored by hangjun83's avatar hangjun83

财务开票模块更新

parent b189abf7
......@@ -34,8 +34,8 @@ class InvoiceRecordTransformer extends TransformerAbstract
$temp['invoice_customer'] = $invo['invoice_customer'];
$temp['invoice_real_date'] = date('Y-m-d H:i:s',$invo['invoice_real_date']);
$temp['invoice_pdf_url'] = $invo['invoice_pdf_url'];
$temp['invoice_created_at'] = $invo['invoice_created_at'];
$temp['invoice_updated_at'] = $invo['invoice_updated_at'];
$temp['invoice_created_at'] = $invo['created_at'];
$temp['invoice_updated_at'] = $invo['updated_at'];
array_push($invoiceTransReturn,$temp);
}
......
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