默认租户的tenant_id由0修改为1
This commit is contained in:
parent
3734a6ef23
commit
ba11dd8927
@ -41,6 +41,6 @@ public interface TenantConstants {
|
|||||||
/**
|
/**
|
||||||
* 默认租户ID
|
* 默认租户ID
|
||||||
*/
|
*/
|
||||||
Long DEFAULT_TENANT_ID = 0L;
|
Long DEFAULT_TENANT_ID = 1L;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user