fix(测试跟踪): 修复测试计划中批量执行接口用例没有按照表格顺序执行的问题

修复测试计划中批量执行接口用例没有按照表格顺序执行的问题
This commit is contained in:
song-tianyang 2023-02-01 15:02:29 +08:00 committed by 建国
parent a77921f4e3
commit 8118fb9518
1 changed files with 1 additions and 0 deletions

View File

@ -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>