fix(接口测试): 接口编辑页面报告不展示调试的报告
This commit is contained in:
parent
479beca209
commit
23a450119e
|
@ -133,6 +133,7 @@
|
||||||
LEFT JOIN user ON user.id = r.user_id
|
LEFT JOIN user ON user.id = r.user_id
|
||||||
<where>
|
<where>
|
||||||
r.test_id = #{testId}
|
r.test_id = #{testId}
|
||||||
|
and r.status != 'Debug'
|
||||||
</where>
|
</where>
|
||||||
ORDER BY r.update_time DESC
|
ORDER BY r.update_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in New Issue