Merge pull request #9347 from dataease/pr@dev@fix_interface-sql-inject

fix(系统设置): 修复模版查询接口sql注入问题
This commit is contained in:
王嘉豪 2024-04-25 17:03:57 +08:00 committed by GitHub
commit 7d7377781b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,9 +80,6 @@
and panel_template.level = #{level}
</if>
</where>
<if test="sort != null">
order by ${sort}
</if>
<if test="sort == null">
order by panel_template.create_time desc
</if>