Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0的layui版本,在ResourceMapper.xml发现一个小错误 #8

Closed
umaYnit opened this issue Nov 18, 2019 · 1 comment
Closed

1.0的layui版本,在ResourceMapper.xml发现一个小错误 #8

umaYnit opened this issue Nov 18, 2019 · 1 comment

Comments

@umaYnit
Copy link

umaYnit commented Nov 18, 2019

  <select id="getUserMenuResourcePerms" resultType="ResourcePermDTO">
      SELECT
          sr.mapping,
          sr.method
      FROM
          sys_resource sr
      LEFT JOIN sys_menu_resource smr ON smr.resource_id = sr.id
      LEFT JOIN sys_role_menu srm ON smr.menu_id = srm.menu_id
      LEFT JOIN sys_user_role sur ON sur.role_id = srm.role_id
      WHERE
     ~~sur.uid = 1~~
          sur.uid = #{uid}
  </select>

另外,2.0庆祝

Caratacus added a commit that referenced this issue Dec 18, 2019
@Caratacus
Copy link
Owner

已处理,感谢反馈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants