# Conflicts:
#	backend/src/main/java/io/metersphere/api/service/ApiScenarioReportService.java
This commit is contained in:
fit2-zhao 2021-01-18 18:15:39 +08:00
parent 7fdf8b4154
commit c951c38eab
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ public class ApiScenarioReportService {
}
TestPlanReportService testPlanReportService = CommonBeanFactory.getBean(TestPlanReportService.class);
testPlanReportService.updateReport(testPlanReportIdList, ApiRunMode.SCHEDULE_SCENARIO_PLAN.name());
testPlanReportService.updateReport(testPlanReportIdList,ApiRunMode.SCHEDULE_SCENARIO_PLAN.name(), ReportTriggerMode.SCHEDULE.name());
return lastReport;