Commit ecbc00e7 by 李小龙

泄露

parent 1795325c
......@@ -34,7 +34,7 @@ public class TenantIdUtil {
public static String getTenantId() {
List<Supplier<String>> supplierList = Arrays.asList(
TenantIdUtil::getFromThreadLocal,
//TenantIdUtil::getFromThreadLocal,
TenantIdUtil::getFromHeader//,
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment