[DAT] 打日志查看

This commit is contained in:
liu.zixi
2025-10-21 17:37:22 +08:00
parent 67dfee1f07
commit 14aa8a17c6

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);