fix(测试跟踪): 修复测试计划中批量执行接口用例没有按照表格顺序执行的问题
修复测试计划中批量执行接口用例没有按照表格顺序执行的问题
This commit is contained in:
parent
a77921f4e3
commit
8118fb9518
|
@ -553,5 +553,6 @@
|
||||||
<foreach collection="planCaseIds" item="id" separator="," open="(" close=")">
|
<foreach collection="planCaseIds" item="id" separator="," open="(" close=")">
|
||||||
#{id}
|
#{id}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
ORDER BY t.order DESC
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
Loading…
Reference in New Issue