mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 11:56:50 +08:00
[DAT] 打日志查看
This commit is contained in:
@@ -1241,6 +1241,7 @@ public class CaseKnowledgeServiceImpl implements ICaseKnowledgeService {
|
|||||||
|
|
||||||
// 使用配置的收件人列表
|
// 使用配置的收件人列表
|
||||||
List<String> recipients = caseAiProperties.getAlertEmailRecipients();
|
List<String> recipients = caseAiProperties.getAlertEmailRecipients();
|
||||||
|
log.info("使用配置的收件人列表:{}", recipients);
|
||||||
if (recipients != null && !recipients.isEmpty()) {
|
if (recipients != null && !recipients.isEmpty()) {
|
||||||
try {
|
try {
|
||||||
String to = String.join(",", recipients);
|
String to = String.join(",", recipients);
|
||||||
|
|||||||
Reference in New Issue
Block a user