Commit d45725ec authored by hj's avatar hj

更新提交

parent f085736f
......@@ -26,7 +26,7 @@ class InvoiceListTransformer extends TransformerAbstract
$temp['soi_amount'] = $invo['soid_amount'];
$temp['soi_tax'] = $invo['soi_tax'];
$temp['soi_total'] = $invo['soi_total'];
$temp['soi_date'] = date('Y-m-d H:i:s', $invo['soi_date']);
$temp['soi_date'] = date('Y-m-d', $invo['soi_date']);
$temp['soi_ctime'] = date('Y-m-d H:i:s', $invo['soi_ctime']);
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