作者 开飞机的舒克

后台大屏管理功能优化

... ... @@ -87,6 +87,6 @@ class Screen extends Model
public function campus()
{
return $this->belongsTo('Campus', 'id', 'id', [], 'LEFT')->setEagerlyType(0);
return $this->belongsTo('Campus', 'campus_id', 'id', [], 'LEFT')->setEagerlyType(0);
}
}
... ...