fix(接口定义): 修复接口文档切换Tab时查询SQL报错的缺陷

修复接口文档切换Tab时查询SQL报错的缺陷
This commit is contained in:
song-tianyang 2022-01-24 17:45:03 +08:00 committed by 刘瑞斌
parent a9a5047505
commit 8573dc8234
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<if test="request.refId != null">
and ${versionTable}.ref_id = #{request.refId}
</if>
<if test="request.versionId == null and request.refId == null and request.id == null">
<if test="request.versionId == null and request.refId == null">
AND ${versionTable}.latest = 1
</if>
</sql>