正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 |
-
请 注册 或 登录 后发表评论