{"status":"SELECT order_date, sum(price) as total_amount, count(id) as total_product, count(uniqueId) as total_order from order_details WHERE uniqueId in (SELECT uniqueId from temporder WHERE temporder.order_date >= '2025-06-15 00:00:00' AND temporder.order_date <= '2025-06-15 23:59:59' AND temporder.order_type = 'shopping' AND temporder.vendor_id = '' GROUP by temporder.order_date desc) GROUP by order_date","msg":"Error"}