refactor: 取消解析变量时的校验
This commit is contained in:
parent
7fe35252f3
commit
d6628c52f5
|
|
@ -169,7 +169,7 @@ public class VariableSource implements Serializable {
|
|||
}
|
||||
|
||||
public Object resolveStatic(Map<String, Object> context) {
|
||||
validate();
|
||||
// validate();
|
||||
if (getSource() == VariableSource.Source.fixed) {
|
||||
return value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue