yinchuanjiang

1479 经验值

public function relation()
{

    return $this->hasOne(B::class)->select('id','其他字段');
}

但是我使用 …mapState 不配置babelrc也是可以的 是什么情况



DB::select('select customer_id as id from (select customer_id,sum(price) as totalprice from erm_orders group by customer_id) as t where t.totalprice >= ?', [$total_start]



这种子查询在laravel中怎么操作呢

以这个点为圆心,画圆 园和曲线相切的点的连线就是最短距离,不知道能不能实现哇