laravel 查询指定字段的值

$this->model->where('id',$id)->value('user');

  

原文地址:https://www.cnblogs.com/jackspider/p/8317669.html