只是改注释

pull/5401/head^2
zhangdaiscott 2023-09-20 10:29:16 +08:00
parent 9c5bd7193f
commit 5edb30c51f
1 changed files with 1 additions and 1 deletions

View File

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