默认租户的tenant_id由0修改为1

This commit is contained in:
数据小王子 2024-02-07 11:57:10 +08:00
parent 3734a6ef23
commit ba11dd8927

View File

@ -41,6 +41,6 @@ public interface TenantConstants {
/**
* 默认租户ID
*/
Long DEFAULT_TENANT_ID = 0L;
Long DEFAULT_TENANT_ID = 1L;
}