update 标签管理迁移表
This commit is contained in:
@@ -25,4 +25,12 @@ public class UserUtils {
|
||||
}
|
||||
return userId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取当前登录用户
|
||||
*
|
||||
*/
|
||||
public static LoginUser getLoginUser() {
|
||||
return (LoginUser) SecurityUtils.getSubject().getPrincipal();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user