作者 王智

daima

@@ -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 }