style(测试跟踪): 优化测试计划报告开始结束时间的展示方式,增加对v1数据的支持
优化测试计划报告开始结束时间的展示方式,增加对v1数据的支持
This commit is contained in:
parent
7d981e83f7
commit
a7deee7f12
|
@ -1477,6 +1477,8 @@ public class TestPlanService {
|
|||
testPlan, testPlanExecuteReportDTO);
|
||||
} else {
|
||||
//针对已经保存过的数据结构,增加对旧版本数据的支持
|
||||
testPlanReportStruct.setStartTime(testPlanReportContentWithBLOBs.getStartTime());
|
||||
testPlanReportStruct.setEndTime(testPlanReportContentWithBLOBs.getEndTime());
|
||||
this.dealOldVersionData(testPlanReportStruct);
|
||||
}
|
||||
//查找运行环境
|
||||
|
|
Loading…
Reference in New Issue