fix(测试跟踪): 场景报告里的用例顺序以场景内部顺序为准

场景报告里的用例顺序以场景内部顺序为准
This commit is contained in:
song-tianyang 2022-03-16 19:44:05 +08:00 committed by fit2-zhao
parent 187e699249
commit 5160ca6f1a
2 changed files with 2 additions and 0 deletions

View File

@ -327,6 +327,7 @@
<foreach collection="ids" item="id" separator="," open="(" close=")">
#{id}
</foreach>
ORDER BY t.order DESC
</select>

View File

@ -274,6 +274,7 @@
<foreach collection="ids" item="id" separator="," open="(" close=")">
#{id}
</foreach>
ORDER BY t.order DESC
</select>
<select id="getUnderwaySteps" resultType="java.lang.Integer">