...
|
...
|
@@ -36,7 +36,7 @@ class ProductionComment extends BaseModel |
|
|
* 关联用户表
|
|
|
*/
|
|
|
public function User(){
|
|
|
return $this->belongsTo('user','user_id','id')->field('id,avatar,nickname,username,authlist');
|
|
|
return $this->belongsTo('user','user_id','id');
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|