完全替换shiro权限注解,新增手机登录、APP登录

This commit is contained in:
EightMonth
2024-01-12 09:26:30 +08:00
parent 0faac01bb7
commit 3ac8ee304a
68 changed files with 1228 additions and 340 deletions

View File

@ -447,4 +447,9 @@ public class SysBaseAPIFallback implements ISysBaseAPI {
public void updateUserDepart(String username, String orgCode, Integer loginTenantId) {
}
@Override
public LoginUser getUserByPhone(String phone) {
return null;
}
}