Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8973945f
authored
Sep 06, 2023
by
李小龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
tenantId->tenant-id
parent
eac35281
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
server-common/src/main/java/com/makeit/enums/Const.java
server-common/src/main/java/com/makeit/enums/Const.java
View file @
8973945f
...
@@ -11,8 +11,8 @@ public class Const {
...
@@ -11,8 +11,8 @@ public class Const {
public
static
final
String
MDC_USER_ID
=
"userId"
;
public
static
final
String
MDC_USER_ID
=
"userId"
;
//上面三个MDC用
//上面三个MDC用
//前端要求横杠格式,否则有大小写问题
public
static
final
String
TENANT_ID
=
"tenant
I
d"
;
public
static
final
String
TENANT_ID
=
"tenant
-i
d"
;
public
static
final
String
TENANT_ID_DB
=
"tenant_id"
;
public
static
final
String
TENANT_ID_DB
=
"tenant_id"
;
public
static
final
String
CHN
=
"中国"
;
public
static
final
String
CHN
=
"中国"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment