fix(测试跟踪): 功能用例编辑-添加依赖关系列表,按照 ID 排序异常问题修复

【【功能用例】依赖关系弹窗内,切换id排序规则,展示的数据不是以全部的数据进行排序】https://www.tapd.cn/55049933/bugtrace/bugs/view?bug_id=1155049933001009044
This commit is contained in:
junhong 2022-01-14 12:50:44 +08:00 committed by 刘瑞斌
parent 436a1a50c1
commit b874bb0988
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@
test_case.num, test_case.custom_num, test_case.tags, test_case.create_time, test_case.update_time
from test_case as test_case
<include refid="notInQueryWhereCondition"></include>
ORDER BY test_case.order DESC
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.orders"/>
</select>
<select id="getTestCaseForGraph" resultType="io.metersphere.dto.RelationshipGraphData$Node">