根据id获取某一类的最大最小值

            ->selectRaw('max(marking_price) as maxPrice, min(marking_price) as minPrice, product_id')
            ->groupBy('product_id')

 

posted @ 2019-02-17 15:07  泥土里的绽放  阅读(229)  评论(0编辑  收藏  举报