禅道#782、#890问题修复

This commit is contained in:
gaoqr
2024-12-06 11:00:19 +08:00
parent e1d6c7277c
commit 4faa7eeae9
4 changed files with 24 additions and 2 deletions
@@ -7,7 +7,7 @@
FROM report_template
WHERE name = #{reqVO.name}
<if test="reqVO.id != null">
id != #{reqVO.id}
AND id != #{reqVO.id}
</if>
<if test="isSuperAdmin">
AND type = #{type}