mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-04 21:19:52 +08:00
fix(接口测试): 接口编辑页面报告不展示调试的报告
This commit is contained in:
parent
479beca209
commit
23a450119e
@ -133,6 +133,7 @@
|
||||
LEFT JOIN user ON user.id = r.user_id
|
||||
<where>
|
||||
r.test_id = #{testId}
|
||||
and r.status != 'Debug'
|
||||
</where>
|
||||
ORDER BY r.update_time DESC
|
||||
</select>
|
||||
|
Loading…
Reference in New Issue
Block a user