Commit 4a09d1a8 by Nepxion

重构类结构

parent 3c5d42fd
......@@ -52,7 +52,7 @@ public class ServiceStrategyInterceptor extends AbstractInterceptor {
context.add(ServiceStrategyConstant.PARAMETER_MAP, parameterMap);
LOG.debug("Service strategy context is set with {}", context);
try {
return invocation.proceed();
} finally {
......
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 to comment