fix: 停止会话

This commit is contained in:
liu.zixi
2025-12-02 09:34:49 +08:00
parent dd0760a32b
commit cc9d4b7bb9

View File

@@ -774,8 +774,8 @@ public class CaseAiChatServiceImpl implements ICaseAiChatService {
return false; return false;
} }
} else { } else {
log.warn("未找到会话 {} 对应的事件源,可能已经完成或不存在", conversationId); log.info("未找到会话 {} 对应的事件源,可能已经完成或不存在", conversationId);
return false; return true;
} }
} }