feat:添加OA系统对接相关代码

This commit is contained in:
aguanleishen
2026-07-22 17:04:56 +08:00
parent b259f94d4b
commit 9894ac7a34
8 changed files with 122 additions and 0 deletions
@@ -59,4 +59,7 @@ public class LogTraceUtil {
return true;
}
public static String getTraceIdFromMDC() {
return MDC.get(UNIQUE_ID);
}
}