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

ModifyRoleModule 中删除旧记录需要优化 #19

Closed
chilianyi opened this issue Feb 5, 2019 · 1 comment
Closed

ModifyRoleModule 中删除旧记录需要优化 #19

chilianyi opened this issue Feb 5, 2019 · 1 comment

Comments

@chilianyi
Copy link
Contributor

  1. select bind_id from role_module_binding where role_id=?
  2. delete from role_module_binding where role_id=?
  3. delete from enable_action_bundle where bind_id in (1中查询结果列表)
@chilianyi
Copy link
Contributor Author

fixed

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

1 participant