fix(接口测试): 修复报告结束时间排序不生效问题
--bug=1012783 --user=赵勇 【接口测试】接口测试-测试报告,case报告,结束时间排序只排了当前页面的数据 https://www.tapd.cn/55049933/s/1148968
This commit is contained in:
parent
a9f51fb477
commit
c5252d64da
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue