|
|
|
|
@ -41,7 +41,7 @@ namespace CncReplay
|
|
|
|
|
conn.Open();
|
|
|
|
|
logs = conn.Query<LogEntry>(
|
|
|
|
|
"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)
|
|
|
|
|
|