fix: 接口自动化执行通知排除操作人

This commit is contained in:
Captain.B 2021-09-04 15:53:12 +08:00 committed by 刘瑞斌
parent 186c8210fe
commit 40aa35cbec
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ public class ApiScenarioReportService {
.failedMailTemplate("api/ScenarioResult")
.paramMap(paramMap)
.event(event)
.excludeSelf(true)
.build();
String taskType = NoticeConstants.TaskType.API_AUTOMATION_TASK;