mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-20 11:02:50 +00:00
只是改注释
This commit is contained in:
parent
9c5bd7193f
commit
5edb30c51f
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user