正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -102,11 +102,11 @@ class Renwu extends Model | @@ -102,11 +102,11 @@ class Renwu extends Model | ||
102 | { | 102 | { |
103 | return $this->belongsTo('User', 'user_id', 'id', [], 'LEFT')->setEagerlyType(0); | 103 | return $this->belongsTo('User', 'user_id', 'id', [], 'LEFT')->setEagerlyType(0); |
104 | } | 104 | } |
105 | - public function xiuser() | 105 | + public function user_xi() |
106 | { | 106 | { |
107 | return $this->belongsTo('User', 'xi_id', 'id', [], 'LEFT')->setEagerlyType(0); | 107 | return $this->belongsTo('User', 'xi_id', 'id', [], 'LEFT')->setEagerlyType(0); |
108 | } | 108 | } |
109 | - public function zhaouser() | 109 | + public function user_zhao() |
110 | { | 110 | { |
111 | return $this->belongsTo('User', 'zhao_id', 'id', [], 'LEFT')->setEagerlyType(0); | 111 | return $this->belongsTo('User', 'zhao_id', 'id', [], 'LEFT')->setEagerlyType(0); |
112 | } | 112 | } |
-
请 注册 或 登录 后发表评论