Commit c7726984 authored by hongguangwu's avatar hongguangwu

MVP1.7.15-税友户配置拦截权限2

parent 9bfad430
...@@ -423,7 +423,7 @@ ...@@ -423,7 +423,7 @@
LEFT JOIN sys_role r on r.role_id=ur.role_id LEFT JOIN sys_role r on r.role_id=ur.role_id
LEFT JOIN sys_role_menu rm on rm.role_id=ur.role_id LEFT JOIN sys_role_menu rm on rm.role_id=ur.role_id
LEFT JOIN sys_menu m on m.menu_id=rm.menu_id LEFT JOIN sys_menu m on m.menu_id=rm.menu_id
where a.user_id in where u.user_id in
<foreach collection="idList" item="ids" open="(" separator="," close=")"> <foreach collection="idList" item="ids" open="(" separator="," close=")">
#{ids} #{ids}
</foreach> </foreach>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment