作者 何书鹏

bug修改

@@ -34,6 +34,6 @@ class GoodsComment extends Model @@ -34,6 +34,6 @@ class GoodsComment extends Model
34 34
35 public function user() 35 public function user()
36 { 36 {
37 - return $this->belongsTo('User','user_id','id'); 37 + return $this->belongsTo('User', 'user_id')->setEagerlyType(0);
38 } 38 }
39 } 39 }