Commit 610a219d authored by hujun's avatar hujun

registration_time

parent 22bba6f0
...@@ -391,7 +391,7 @@ class Client extends Basic ...@@ -391,7 +391,7 @@ class Client extends Basic
$where['status'] = 0; $where['status'] = 0;
$where['referrer_id'] = $this->agentId; $where['referrer_id'] = $this->agentId;
$where['referrer_source'] = 20; $where['referrer_source'] = 20;
$fields = 'user_nick,user_phone,user_pic,other_pic,create_time'; $fields = 'user_nick,user_phone,user_pic,other_pic,registration_time as create_time';
$data['data'] = $this->user->getUserForInviteList($pageNo, $pageSize,$where, $fields); $data['data'] = $this->user->getUserForInviteList($pageNo, $pageSize,$where, $fields);
foreach ($data['data'] as $k=>$v) { foreach ($data['data'] as $k=>$v) {
......
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