fix(测试跟踪): 测试计划关联多个性能用例后执行报告中显示顺序问题
--bug=1024800 --user=李玉号 【测试跟踪】测试计划-关联多个性能用例后执行报告中显示排序是倒序 https://www.tapd.cn/55049933/s/1356469
This commit is contained in:
parent
37dd2127e5
commit
1b2c0c9671
|
@ -314,6 +314,7 @@
|
|||
<foreach collection="ids" item="id" separator="," open="(" close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
ORDER BY tplc.order DESC
|
||||
</select>
|
||||
|
||||
<select id="selectPlanIds" resultType="java.lang.String">
|
||||
|
|
Loading…
Reference in New Issue