fix(消息通知): 修复测试计划发送通知变量caseCount获取的问题

This commit is contained in:
CaptainB 2022-11-03 15:07:45 +08:00
parent 19e33cd332
commit 51f7f3921c
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ public class TestPlanMessageService {
result.put("uiScenarioAllCount", 0L);
//
result.put("loadCaseAllCount", 0L);
result.put("caseCount", report.getCaseCount());
//
result.put("reportStartTime", report.getStartTime());
result.put("reportEndTime", report.getEndTime());