[DAT] 打日志查看

This commit is contained in:
liu.zixi
2025-10-21 17:37:22 +08:00
parent f06eb9bc7d
commit 7284f9cb12

View File

@@ -1241,6 +1241,7 @@ public class CaseKnowledgeServiceImpl implements ICaseKnowledgeService {
// 使用配置的收件人列表
List<String> recipients = caseAiProperties.getAlertEmailRecipients();
log.info("使用配置的收件人列表:{}", recipients);
if (recipients != null && !recipients.isEmpty()) {
try {
String to = String.join(",", recipients);