Compare commits
4 Commits
12e79e819b
...
a2c712e2bb
| Author | SHA1 | Date |
|---|---|---|
|
|
a2c712e2bb | |
|
|
a6bcebb62b | |
|
|
1cb262daa3 | |
|
|
0300517faa |
|
|
@ -29,7 +29,7 @@ http {
|
|||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
if ($request_uri ~ "/actuator") {
|
||||
if ($uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
</if>
|
||||
<!-- 数据范围过滤 -->
|
||||
${params.dataScope}
|
||||
order by r.role_sort
|
||||
order by r.role_sort, r.role_id
|
||||
</select>
|
||||
|
||||
<select id="selectRolePermissionByUserId" parameterType="Long" resultMap="SysRoleResult">
|
||||
|
|
|
|||
Loading…
Reference in New Issue