作者 何书鹏

bug修改

... ... @@ -34,6 +34,6 @@ class GoodsComment extends Model
public function user()
{
return $this->belongsTo('User','user_id','id');
return $this->belongsTo('User', 'user_id')->setEagerlyType(0);
}
}
\ No newline at end of file
... ...