mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-21 03:32:53 +00:00
只是改注释
This commit is contained in:
parent
9c5bd7193f
commit
5edb30c51f
@ -7,7 +7,7 @@
|
|||||||
select * from demo where name = #{name}
|
select * from demo where name = #{name}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- 根据权限sql查询数据集 -->
|
<!-- 根据权限sql查询数据集 20230904 内部写法,调用位置installAuthJdbc,暂不处理sql注入问题-->
|
||||||
<select id="queryListWithPermission" parameterType="Object" resultType="org.jeecg.modules.demo.test.entity.JeecgDemo">
|
<select id="queryListWithPermission" parameterType="Object" resultType="org.jeecg.modules.demo.test.entity.JeecgDemo">
|
||||||
select * from demo where 1=1 ${permissionSql}
|
select * from demo where 1=1 ${permissionSql}
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user