Revert "修复 #6070"

This reverts commit 6edef14f07.
This commit is contained in:
EightMonth
2024-04-03 16:04:29 +08:00
parent c9b92decaf
commit ee4ff35c90
5 changed files with 54 additions and 57 deletions

View File

@ -9,10 +9,7 @@
<!-- 根据权限sql查询数据集 20230904 内部写法调用位置installAuthJdbc暂不处理sql注入问题-->
<select id="queryListWithPermission" parameterType="Object" resultType="org.jeecg.modules.demo.test.entity.JeecgDemo">
select * from demo
<where>
${permissionSql}
</where>
select * from demo where 1=1 ${permissionSql}
</select>
<!-- 查询所有符合前缀且有效字段 -->