whereIn('product_type', [1, 2])->where('created_at', '<=', $date)->update(['order_status' => 5]); return true; } }