fix: 停止会话

This commit is contained in:
liu.zixi
2025-12-02 09:34:49 +08:00
committed by joshen
parent db6f761b92
commit d36f4c19eb

View File

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