作者 开飞机的舒克

后台项目详情功能修改列表显示

@@ -48,7 +48,7 @@ class ItemDetails extends Model @@ -48,7 +48,7 @@ class ItemDetails extends Model
48 48
49 public function team() 49 public function team()
50 { 50 {
51 - return $this->belongsTo('Team', 'id', 'id', [], 'LEFT')->setEagerlyType(0); 51 + return $this->belongsTo('Team', 'team_id', 'id', [], 'LEFT')->setEagerlyType(0);
52 } 52 }
53 53
54 54