查询订单付款超时的数据

$records = DB::table('order')
             ->where('buy_at', '<', Carbon::now()->subMinutes(50))
             ->get();
posted @ 2024-11-19 21:41  冯元春  阅读(1)  评论(0编辑  收藏  举报