Commit c39bcac0 authored by zhuwei's avatar zhuwei Committed by zw

修改

parent e9ecc31b
...@@ -268,7 +268,7 @@ class Users extends Model ...@@ -268,7 +268,7 @@ class Users extends Model
{ {
return db('u_users') return db('u_users')
->where('id', $user_id) ->where('id', $user_id)
->field('id as user_id,agent_id,sex,user_nick,user_pic,user_phone,create_time') ->field('id as user_id,agent_id,sex,user_nick,user_pic,user_status,user_phone,create_time')
->find(); ->find();
} }
......
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