style(测试跟踪): 优化测试计划报告开始结束时间的展示方式,增加对v1数据的支持

优化测试计划报告开始结束时间的展示方式,增加对v1数据的支持
This commit is contained in:
song-tianyang 2023-04-07 17:53:58 +08:00 committed by 建国
parent 7d981e83f7
commit a7deee7f12
1 changed files with 2 additions and 0 deletions

View File

@ -1477,6 +1477,8 @@ public class TestPlanService {
testPlan, testPlanExecuteReportDTO);
} else {
//针对已经保存过的数据结构增加对旧版本数据的支持
testPlanReportStruct.setStartTime(testPlanReportContentWithBLOBs.getStartTime());
testPlanReportStruct.setEndTime(testPlanReportContentWithBLOBs.getEndTime());
this.dealOldVersionData(testPlanReportStruct);
}
//查找运行环境