style(测试跟踪): 修复测试计划报告里ui用例顺序与关联顺序不一致的问题
--bug=1025722 --user=宋天阳 【测试跟踪】测试计划-关联UI用例-串行执行-测试跟踪报告处显示顺序不一致 https://www.tapd.cn/55049933/s/1367741
This commit is contained in:
parent
b0b4c66a4a
commit
e64e4fd160
|
@ -1321,7 +1321,7 @@ public class TestPlanReportService {
|
|||
TestPlanUiExecuteReportDTO uiExecuteReportDTO = new TestPlanUiExecuteReportDTO();
|
||||
if (StringUtils.isNotEmpty(reportStructStr)) {
|
||||
Map<String, String> uiReportMap = new HashMap<>();
|
||||
Map<String, TestPlanUiScenarioDTO> uiDTOMap = new HashMap<>();
|
||||
Map<String, TestPlanUiScenarioDTO> uiDTOMap = new LinkedHashMap<>();
|
||||
List<TestPlanUiScenarioDTO> testPlanUiScenarioDTOList = null;
|
||||
try {
|
||||
testPlanUiScenarioDTOList = JSON.parseArray(reportStructStr, TestPlanUiScenarioDTO.class);
|
||||
|
|
Loading…
Reference in New Issue