Skip to content

Commit

Permalink
允许动态忽略租户
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Oct 16, 2024
1 parent 7499844 commit 61f6b23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public UserDetail(String name) {
}

public UserDetail(Serializable id, String username) {
this(id, username, null, null, true);
this(id, username, null, null, false);
}

public UserDetail(Serializable id, String name, String traceId, Serializable tenantId, Boolean ignoreTenant) {
Expand Down

0 comments on commit 61f6b23

Please sign in to comment.