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