Commit 868ad270 authored by hujun's avatar hujun

c端 registration_time

parent 610a219d
......@@ -413,7 +413,7 @@ class Member extends Basic
$params = $this->params;
$pageNo = empty($params['pageNo']) ? 1 : $params['pageNo'];
$pageSize = empty($params['pageSize']) ? 15 : $params['pageSize'];
$result = $this->user->field('id,user_nick,user_phone,create_time,user_pic,other_pic')
$result = $this->user->field('id,user_nick,user_phone,registration_time as create_time,user_pic,other_pic')
->where('referrer_id',$id)
->where('status',0)
->order('create_time desc')
......
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