fix: 接口自动化执行通知排除操作人
This commit is contained in:
parent
186c8210fe
commit
40aa35cbec
|
@ -643,6 +643,7 @@ public class ApiScenarioReportService {
|
||||||
.failedMailTemplate("api/ScenarioResult")
|
.failedMailTemplate("api/ScenarioResult")
|
||||||
.paramMap(paramMap)
|
.paramMap(paramMap)
|
||||||
.event(event)
|
.event(event)
|
||||||
|
.excludeSelf(true)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
String taskType = NoticeConstants.TaskType.API_AUTOMATION_TASK;
|
String taskType = NoticeConstants.TaskType.API_AUTOMATION_TASK;
|
||||||
|
|
Loading…
Reference in New Issue