Commit ae39fdd7 authored by hujun's avatar hujun

//

parent 29873a9e
......@@ -202,7 +202,7 @@ class PayLogOpen extends Basic
if ($v['status'] == 3) {
$pay_log_data = $this->m_pay_open_log->getFind('create_time', 0, ['open_id'=>$v['id'],'status'=>3]);
$check_time = isset($pay_log_data[0]['create_time']) ? $pay_log_data[0]['create_time'] : '';
$check_time = isset($pay_log_data['create_time']) ? $pay_log_data['create_time'] : '';
} else {
$check_time = '';
}
......
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