fix(接口测试): 修复报告结束时间排序不生效问题

--bug=1012783 --user=赵勇 【接口测试】接口测试-测试报告,case报告,结束时间排序只排了当前页面的数据 https://www.tapd.cn/55049933/s/1148968
This commit is contained in:
fit2-zhao 2022-04-27 11:02:14 +08:00 committed by fit2-zhao
parent a9f51fb477
commit c5252d64da
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@
</select>
<select id="list" resultType="io.metersphere.base.domain.ApiDefinitionExecResultExpand">
SELECT a_r.name AS test_name,
a_r.end_time,
a_r.end_time as end_time,
a_r.user_id,
a_r.name,
a_r.id,

View File

@ -139,7 +139,7 @@
<select id="list" resultMap="BaseResultMap">
SELECT s_r.name AS test_name,
s_r.end_time,
s_r.end_time as end_time,
s_r.user_id,
s_r.name,
s_r.id,