Commit 3829057f authored by hujun's avatar hujun

vip

parent f7146fde
......@@ -354,7 +354,7 @@ class Users extends Model
public function useraction_search_user_res($user_id, int $referrer = 0)
{
$field = 'id as user_id,agent_id,sex,user_nick,user_name,user_pic,user_status,user_phone,create_time,
referrer_source,referrer_id,registration_time,industry_type,price_demand,area_demand,source';
referrer_source,referrer_id,registration_time,industry_type,price_demand,area_demand,source,vip';
$data = db('u_users')
->where('id', $user_id)
->field($field)
......
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