mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
修正supportMultipleType在非springboot环境下默认值不正确的问题
This commit is contained in:
@@ -206,7 +206,7 @@ public class LiteflowConfig {
|
||||
|
||||
public Boolean isSupportMultipleType() {
|
||||
if (ObjectUtil.isNull(supportMultipleType)) {
|
||||
return true;
|
||||
return false;
|
||||
} else {
|
||||
return supportMultipleType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user