fix:重置密码问题

This commit is contained in:
zhangzhiqiang
2023-01-06 13:53:39 +08:00
parent acb1d1074a
commit e05823a488
2 changed files with 6 additions and 3 deletions

View File

@@ -62,10 +62,10 @@ public class SecurityUtils {
}
/**
* 获取系统用户Id
*
* @return 系统用户Id
* 获取系统用户部门Id
* @return 用户部门现在1n该方法禁用
*/
@Deprecated
public static Long getDeptId() {
// return getCurrentUser().getUser().getDept().getId();
return 1L;