mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	update: hutool 5.6.1 ==> 5.7.22
This commit is contained in:
		| @@ -38,7 +38,7 @@ public class BizTraceAspect { | ||||
|         String operationName = getOperationName(joinPoint, trace); | ||||
|         Span span = tracer.buildSpan(operationName) | ||||
|                 .withTag(Tags.COMPONENT.getKey(), "biz") | ||||
|                 .startManual(); | ||||
|                 .start(); | ||||
|         try { | ||||
|             // 执行原有方法 | ||||
|             return joinPoint.proceed(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu