belongsTo('User', 'From_Account', 'id', [], 'LEFT')->setEagerlyType(0); } public function party() { return $this->belongsTo('app\admin\model\party\Party', 'GroupId', 'id', [], 'LEFT')->setEagerlyType(0); } }