作者 开飞机的舒克

后台优化

... ... @@ -41,7 +41,6 @@ class Item extends Model
return $this->belongsTo('User', 'user_id', 'id', [], 'LEFT')->setEagerlyType(0);
}
public function ronda()
{
return $this->belongsTo('Ronda', 'ronda_id', 'id', [], 'LEFT')->setEagerlyType(0);
... ...