Commit 3f8e3547 by 阳浪

我的配置信息角色校验

parent b992c7e0
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
and my.site_id = #{siteId} and my.site_id = #{siteId}
</if> </if>
<if test="accountId !=null"> <if test="accountId !=null">
my.id in( and my.id in(
select item_id from my_item_config_role where role_id in( select item_id from my_item_config_role where role_id in(
select role_id from cloud_system.authz_account_role aar where account_id =#{accountId})) select role_id from cloud_system.authz_account_role aar where account_id =#{accountId}))
</if> </if>
......
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