This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
<mapper namespace="org.nl.system.service.role.dao.mapper.SysRoleMapper">
|
<mapper namespace="org.nl.system.service.role.dao.mapper.SysRoleMapper">
|
||||||
|
|
||||||
<select id="list" resultType="org.nl.system.service.role.dao.SysRole">
|
<select id="list" resultType="org.nl.system.service.role.dao.SysRole">
|
||||||
SELECT * FROM sys_role
|
SELECT * FROM sys_role as role
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user