mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Merge branch 'fix_unbind_xid_null' of github.com:a364176773/spring-cloud-alibaba into fix_unbind_xid_null
This commit is contained in:
parent
749d4bc5c3
commit
f8fe4cb9a1
@ -58,6 +58,7 @@ public class SeataHandlerInterceptor implements HandlerInterceptor {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void afterCompletion(HttpServletRequest request, HttpServletResponse response, Object handler, Exception e) {
|
||||
if (StringUtils.isNotBlank(RootContext.getXID())) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user