funky-eyes commented on code in PR #7570: URL: https://github.com/apache/incubator-seata/pull/7570#discussion_r2265301799
########## integration-tx-api/src/main/java/org/apache/seata/integration/tx/api/interceptor/handler/GlobalTransactionalInterceptorHandler.java: ########## @@ -442,4 +442,9 @@ public SeataInterceptorPosition getPosition() { public String type() { return InvocationHandlerType.GlobalTransactional.name(); } + + @Override + public int order() { + return this.order; Review Comment: ```suggestion return 0; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org