fix(测试计划): 停止计划任务执行更新用例状态
This commit is contained in:
parent
fff5f6e574
commit
f0b0e02459
|
@ -62,7 +62,9 @@ public class TestPlanExecuteSupportService {
|
||||||
LogUtils.info("开始合并报告: --- 报告ID[{}],是否是报告组[{}]", reportId, isGroupReport);
|
LogUtils.info("开始合并报告: --- 报告ID[{}],是否是报告组[{}]", reportId, isGroupReport);
|
||||||
try {
|
try {
|
||||||
// 如果是停止的计划任务, 报告用例状态改成STOPPED
|
// 如果是停止的计划任务, 报告用例状态改成STOPPED
|
||||||
|
if (isStop) {
|
||||||
updateReportDetailStopped(reportId);
|
updateReportDetailStopped(reportId);
|
||||||
|
}
|
||||||
|
|
||||||
if (isGroupReport) {
|
if (isGroupReport) {
|
||||||
testPlanReportService.summaryGroupReport(reportId);
|
testPlanReportService.summaryGroupReport(reportId);
|
||||||
|
|
Loading…
Reference in New Issue