Commit 370629d4 authored by zhuwei's avatar zhuwei

bug

parent 301255fb
......@@ -452,7 +452,7 @@ class Broker extends Basic
$data['data']['list'][$k]['is_outstrip_twenty_four_hours'] = $res ? 0 : 1 ;*/
$is_outstrip_twenty_four_hours = 0;
if((time() - strtotime($user_res['u_create_time'])) > (60*60*24)){
if((time() - strtotime($user_res['create_time'])) > (60*60*24)){
$is_outstrip_twenty_four_hours = 1;
}
$data['is_outstrip_twenty_four_hours'] = $is_outstrip_twenty_four_hours;
......
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