This commit is contained in:
王聪洋 2024-06-21 18:39:55 +08:00
parent dc15a8db6c
commit df02525f94
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ public abstract class ListenableStateRouter<T> extends AbstractStateRouter<T> im
}
} else {
for (AbstractStateRouter<T> router : conditionRouters) {
routeResult = router.route(invokers, url, invocation, needToPrintMessage, nodeHolder);
routeResult = router.route(routeResult, url, invocation, needToPrintMessage, nodeHolder);
}
}