作者 开飞机的舒克

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

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