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