fix(系统设置): 修复模版查询接口sql注入问题

This commit is contained in:
wangjiahao 2024-04-25 17:02:23 +08:00
parent 0cb0cb15a8
commit a40fe6b88f

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>