Commit 78d145d5 authored by hujun's avatar hujun

create_time

parent ab35f2f1
......@@ -3676,7 +3676,7 @@ class Finance extends Basic
$m_refund_log = new ORefundLogModel();
$m_pay_log = new OPayLogModel();
$field = 'id,refund_money,receipt_number,type,refund_cause,refund_way,card_no,bank,name,phone,agent_id,status,pay_log_id';
$field = 'id,refund_money,receipt_number,type,refund_cause,refund_way,card_no,bank,name,phone,agent_id,status,pay_log_id,create_time';
$refund_data = $m_refund->selectRefundByOrderNo($field, ['id'=>$this->params['id'], 'is_del'=>0]);
if (empty($refund_data[0])) {
......
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