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

IDatalimitColumn这个接口中的 查询用户字段级权限没有实现? #1

Open
kafeihouye opened this issue Oct 26, 2023 · 1 comment

Comments

@kafeihouye
Copy link

/**
 * 查询用户字段级权限
 *
 * @param tenantId      租户
 * @param applicationId 应用
 * @param userId        用户
 * @param method        方法
 * @return
 */
List<String> getDatalimitColumnByUserId(String tenantId, String applicationId, String userId, String method);

这个实现怎么弄?

@hadoop835
Copy link
Owner

@kafeihouye 要结合角色和字段权限做。目前这个部分还没有从项目搞出来,大概思路:试图层vo通过注解+maven插件将需要控制字段存入数据库。

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