正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -87,6 +87,6 @@ class Screen extends Model | @@ -87,6 +87,6 @@ class Screen extends Model | ||
87 | 87 | ||
88 | public function campus() | 88 | public function campus() |
89 | { | 89 | { |
90 | - return $this->belongsTo('Campus', 'id', 'id', [], 'LEFT')->setEagerlyType(0); | 90 | + return $this->belongsTo('Campus', 'campus_id', 'id', [], 'LEFT')->setEagerlyType(0); |
91 | } | 91 | } |
92 | } | 92 | } |
-
请 注册 或 登录 后发表评论