mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-06 17:36:47 +08:00
fix: 停止会话
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user