From 680696e2c417d900a1dee03e30a371431d6d1d21 Mon Sep 17 00:00:00 2001 From: AskaEth Date: Tue, 23 Jun 2026 20:50:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E5=85=B7=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E6=8E=A8=E9=80=81=20userID=E4=B8=BA=E7=A9=BA=E2=86=92=E5=9B=9E?= =?UTF-8?q?=E9=80=80adminUserID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/ai-core/cmd/main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/ai-core/cmd/main.go b/backend/ai-core/cmd/main.go index 1942afc..16c85c4 100644 --- a/backend/ai-core/cmd/main.go +++ b/backend/ai-core/cmd/main.go @@ -465,6 +465,9 @@ func main() { return } // 通过 thinker 的主动消息机制推送 + if userID == "" { + userID = adminUserID + } thinker.TriggerReminderMessage(userID, sessionID, fmt.Sprintf("🔧 %s 执行完成:%s", toolName, result)) })