fix(接口测试): 接口编辑页面报告不展示调试的报告

This commit is contained in:
chenjianxing 2020-11-26 10:56:04 +08:00
parent 479beca209
commit 23a450119e

View File

@ -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>