mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-03 12:57:11 +08:00
修复:不再查询父 ID 为 0 的记录的父名称
This commit is contained in:
@@ -38,6 +38,11 @@ public class SysConsts {
|
||||
*/
|
||||
public static final String ALL_PERMISSION = "*";
|
||||
|
||||
/**
|
||||
* 顶级父 ID
|
||||
*/
|
||||
public static final Long SUPER_PARENT_ID = 0L;
|
||||
|
||||
/**
|
||||
* 默认密码
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user