修复角色取消资源授权后,还会被加载到的 bug
parent
bfa3a2976f
commit
f41f71129f
|
@ -43,6 +43,7 @@
|
|||
r.create_time, r.pid, r.handler
|
||||
FROM resource r, role_resource rr
|
||||
WHERE r.deleted = 0
|
||||
AND rr.deleted = 0
|
||||
<if test="type != null">
|
||||
AND r.type = #{type}
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue