From 4a3acb5d5850f57d2c043a17a958a7374be7d2eb Mon Sep 17 00:00:00 2001 From: haoliang <821644@qq.com> Date: Sat, 16 May 2026 00:14:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=94=BE=E5=B7=A5=E5=85=B7=EF=BC=9A?= =?UTF-8?q?=E6=81=A2=E5=A4=8D=E5=85=A8=E9=87=8F=E6=9F=A5=E8=AF=A2=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B5=8B=E8=AF=95=E6=97=A5=E6=9C=9F=E8=BF=87?= =?UTF-8?q?=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CncReplay/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CncReplay/Program.cs b/src/CncReplay/Program.cs index 9bbdfbc..14bc670 100644 --- a/src/CncReplay/Program.cs +++ b/src/CncReplay/Program.cs @@ -41,7 +41,7 @@ namespace CncReplay conn.Open(); logs = conn.Query( "SELECT id AS Id, request_time AS RequestTime, raw_json AS RawJson, collect_address_id AS CollectAddressId " + - "FROM log_collect_raw WHERE is_success = 1 AND DATE(request_time) IN ('2026-05-13','2026-05-14','2026-05-15') ORDER BY request_time ASC").AsList(); + "FROM log_collect_raw WHERE is_success = 1 ORDER BY request_time ASC").AsList(); } if (logs.Count == 0)