fix: 修复智能体配置变更时错误删除历史音频的问题

This commit is contained in:
rainv123
2026-03-24 09:49:57 +08:00
parent 6d89ae1c66
commit 1a6d9d7490
@@ -410,9 +410,6 @@ public class AgentServiceImpl extends BaseServiceImpl<AgentDao, AgentEntity> imp
// 删除所有记录
agentChatHistoryService.deleteByAgentId(existingEntity.getId(), true, true);
existingEntity.setSummaryMemory("");
} else if (existingEntity.getChatHistoryConf() != null && existingEntity.getChatHistoryConf() == 1) {
// 删除音频数据
agentChatHistoryService.deleteByAgentId(existingEntity.getId(), true, false);
}
// 更新上下文源配置