fix: 更新 PostgreSQL 主机地址和密码,修正心跳事件表名

This commit is contained in:
2026-03-24 08:30:06 +08:00
parent a21b72f90c
commit 7d9bea3522
2 changed files with 3 additions and 3 deletions

View File

@@ -517,7 +517,7 @@ namespace AutoNotificatPhone.Models
const string sql = @"SELECT write_ts_ms
FROM (
SELECT write_ts_ms
FROM heartbeat.heartbeat_events
FROM heartbeat.heartbeat_events_g5
ORDER BY ts_ms DESC
LIMIT 3000
) AS recent_events