Pre Merge pull request !359 from 金闪闪/fix/startUpPhase-IJM5SE

This commit is contained in:
金闪闪 2026-08-07 07:15:15 +00:00 committed by Gitee
commit c30ef75ceb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ public class FlowExecutor {
else {
// ruleSource为空而且没有spi形式的扩展那么说明真的没有ruleSource
// 这种情况有可能是基于代码动态构建的
startUpPhase.compareAndSet(true, false);
return;
}
}